There are a lot of ORM implementations for the PHP platform, from high-end 'Doctrine' to many low-end solutions. ProtheonORM is a valid, fast solution to have a ORM solution with only minimal configuration with the high-end features. It can be used in any type of application or website and re-uses any existing MySQLIi or PDO connection but also provides simple MySQLi and PDO wrapper classes.
The ORM classes provide a elegant, easily readable and complete SQL solution which look something like this:
$res = $customer->fields("id,name")->first(4);
foreach($res as $row) .....
ProtheonORM is a open-source component of the Protheon CMS package intended for use with PHP web development by netideas bv, the Netherlands.
Categories
Object-Relational Mapping (ORM)License
Creative Commons Attribution ShareAlike License V3.0Follow Protheon ORM
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Protheon ORM!