PHP and SQL frameworks

List of free PHP frameworks that support SQL. Basic modules do not use database functions such as authentication, and the SQL interface simplifies the use of the database.

CakePHP

Under the MIT license, this is an interface to MySQL, depending on the view-control design model (MVC) and for code, object orientation.
It includes CRUD, ActiveRecords technologies.
The template mechanism allows you to use Ajax, JavaScript, forms.
Normal authentication and session modules are included,

Website: CakePHP.org. For PHP 4 or 5.
French site: CakePHP-fr.org.

SolarPHP

Under the BSD license, it is an object-oriented infrastructure that supports the view-object model.
It includes modules for authentication, caching, debugging, documentation, email, and many others.
The object serves as an interface for databases.

Website: Solar PHP. For PHP 5.

Symphony

Compatible with many database kernels. It is designed for companies to create web applications. Reproduces the MVC model, offers readable code and supports Propel and Concret technologies. Cache system for accelerating applications .
There is a CMS of the same name, this is other software.

Website: Symfony. PHP 5.2.4 .

CMS Frameworks

Some CMSs are both frameworks and site management tools.
These include:

See also