-
Notifications
You must be signed in to change notification settings - Fork 0
PHPlug is a php framework that allows you to develop plugin based applications, similar to Eclipse RCP / RAP. (Due to lack of funding this project is paused and the url is not responsive)
License
thobens/PHPlug
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======================================================================== phplug - Plugin framework for PHP Easy developing and deploying functionality to your PHP application. version 0.1 README Text File http://www.phplug.org ======================================================================== 1. Introduction ---------------- With phplug, it's easy to develop high performance and high quality applications, based on the object oriented branch of PHP. The main goal of this project is to maximize code re-usability and accessibility, as such as minimizing performance overkills, even (or especially) in large, rich ajax applications. You have the choice, develop a whole application encapsulated in plugins, or encapsulate only parts of your application and use them all over your project (e.g. for business rules, etc.) If you are experienced in Eclipse plugin development, you'll rarely have problems with this framework. 2. Information --------------- For more Information about the project, visit http://www.phplug.org If you want to know anything about implementing this framework, visit http://wiki.thobens.ch/display/PHPLUG/Home It would be grateful, if you would report issues on http://jira.thobens.ch (registration required) A GIT readonly repository is available at git://github.com/thobens/PHPlug.git 3. Installation ---------------- If you are about to create a new project, the installation is very easy: 1. Go to the root directory of your application 2. Copy the ch.thobens.phplug.tar.gz into this directory 3. Unpack the archive Now you have the framework. If you downloaded the Platform only, you will now have just one plugin in your application that will print the well-known "Hello World!" text. You can remove this one later, it's just for you to check if the installation was successful. Otherwise you'll have a bunch of already-installed plugins that you can use as they are. If you have to integrate phplug in an existing framework, it's a bit more complicated by now: //TODO 4. Documentation ----------------- For documentation about PHP, visit the PHP documentation site. For information about Phplug take a look at our wiki (URL listed under section 2). You can learn much about the framework if you throw an eye on the code, particularly on the existent plugins. 5. Contribution ---------------- Everyone is welcome to contribute, so if you are interested to write some code, drop me an email (thobens at gmail dot com). 6. Known Issues ---------------- You can see all issues on http://jira.thobens.ch (registration needed) 7. Good luck and enjoy ----------------------- Remember to provide us with your input ;)
About
PHPlug is a php framework that allows you to develop plugin based applications, similar to Eclipse RCP / RAP. (Due to lack of funding this project is paused and the url is not responsive)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published