A modern framework for modern PHP
https://www.opulencephp.com/ https://github.com/opulencephp/Opulence
Building a Simple API using Opulence PHP
http://kizu514.com/blog/building-a-simple-api-using-opulence-php/
Alternative ORM
Selective ORM - Is a database abstraction layer that simplifies working with databases - https://github.com/jamend/selective-orm/blob/master/lib/selective/ORM/Driver/MySQL.php#L148 Simple ORM - A simple PHP class to access your MySQL records - https://github.com/noetix/Simple-ORM LessQL - Is a lightweight and efficient alternative - http://lessql.net/guide RedBeanPHP is an easy to use ORM for PHP - http://redbeanphp.com/ Propel - http://propelorm.org/
PHP Database Migrations - https://phinx.org/
#ORM
origin - http://www.pipiscrew.com/?p=6574 opulence