Limb

Website
http://limb-project.com/
Brief
Limb is an OpenSource(LGPL) PHP framework aimed for rapid web application development. The latest version of framework is Limb3 which consists of many reusable components distributed as packages on Limb3 PEAR channel.
Features
Here is the list of the most notable packages at the moment:
* core: the base package which provides lazy loading of PHP code
* classkit: advanced OO tools(automatic decorators generators, transparent object proxies, etc)
* toolkit: dependency injection tools (Dynamic Service Locator pattern implementation)
* filter_chain: InterceptingFilter design pattern implementation
* wact: forked and extended version of the powerful template WACT subsystem (forked from latest CVS version)
* web_app: FrontController and MVC patterns implementation.
* active_record: ActiveRecord pattern implementation(Rails alike flavor, http://rubyonrails.com/)
* dbal: Database Abstraction Layer which supports MySql, PostreSQL and Oracle at the moment (originally forked from WACT)
* tests_runner: unit testing tools built around excellent SimpleTest library(http://simpletest.org). tests_runners dramatically simplifies tests execution
* session: transparent PHP session wrappers with painless persistence of objects
* cli: CLI tools for parsing and validating command line arguments and options
* i18n: tools for i18n content: translations, multibyte strings handling(utf-8), etc
..see more packages on Limb3 PEAR channel!

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options