|
Webappkit is a packaging system and a meta-framework for PHP. Its a free software, dedicated to ease developement and sharing of generic libraries, components and web applications. It includes agile developement tools. A packaging systemWebappkit defines a simple and open standard for library packages. This format allows to handle dependancies and to maximize PHP versions comptatibility. A web administration interface allows will allow kit installation, read their documentation and run their unit tests. Meta-frameworkFurther than just libraries, Kits can include software components, frameworks or complete web applications. Webappkit is full object-oriented. Kits are retrieved as objects which class can be extended. Batteries includedWebappkit comes with a set of generic libraries ready to use, including a templating engine and a small framework used for the web admin interface.
|