
Flourish is an object-oriented PHP 5 library designed to reduce code and improve security. Its not an MVC framework and it doesnt try to solve every problem. Instead, it focuses on being small, portable, well documented and easy to use.
Flourish provides classes to simplify many common and repetitive tasks in PHP with class APIs that are simple and intuitive. It helps produce code that is easy to write, and more importantly, easy to read and maintain.
The project is very well documented, and to get started you need PHP 5.1+, it include an ORM for supporting MySQL, PostgreSQL, SQLite and Microsoft SQL Server, in addition for being built with internationalization and localization in mind. Flourish is available under the MIT license.



Write a Comment