Voir aussi :
Symfony: bench des ORM Propel et Doctrine
ORM in PHP using Propel 3. September 2007
2009-05-16 doctrine-vs-propel-2009-update
2009-02-22 benchsymfonyorm
2008-07-17 Reconciling Propel and Doctrine
2008-04-10 Propel is not hard anymore
Eazy PHP Data Objects http://www.ezpdo.net/
POG PHP Object Generator, or POG automatically generates tested object oriented code that you can use for your PHP4/PHP5 application.
Xyster is a PHP application framework based on the Zend Framework. It adds several new features including a sophisticated ORM system, a dependency injection (IoC) container, a collections package, and additional MVC plugins.
http://phplightorm.wiki.sourceforge.net/
LightOrm is a small, fast and powerful ORM library for PHP 5. It has all main ORM features and even more, such as object cache control, memory usage control and some others. Benchmarks show that it is one of the fastest ORM library for PHP.
Features:
http://www.outlet-orm.org/site/
Outlet is an open source object-to-relational mapping tool for PHP.
It differs from other orm solutions for php in that it provides transparent, unobtrusive persistence. It does not require your entity objects to implement any interfaces or extend some sort of base class. It is also very lightweight, only a handful of classes and tools.
It uses an approach similar to hibernate in java, using proxy objects that save the data behind the scenes.