EntityPHP is an ORM made with PHP.
Its goal is to permit you to manage your databases in the easiest way. Simply use PHP classes and the library will automatically manage the SQL requests!
There are already other ORM made for PHP. EntityPHP was created to be easier to use: you just have to include one file to make it operational. The handling of EntityPHP component has been designed to be the more user-friendly as possible: you just only need to manage three main classes to do whatever you want!
Don't hesitate to download the project and discover how to use it!