Outils pour utilisateurs

Outils du site


informatique:php:orm

Object Relational Mapping (ORM) pour PHP

Articles

Etudes comparatives

Implémentations

En vrac

http://swik.net/orm?popular

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.

Redbean

Xyster

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://xyster.libreworks.net

LightOrm

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:

  • Objects cache control
  • Memory usage control
  • Objects buffer control (internal paging)
  • Bulk Load
  • Lazy properties
  • Native SQL
  • Hibernate like “Uint of Works”
  • Model class inheritance free

LightOrm vs Propel vs Doctrine benchmark

Doctrine

Propel

Outlet-ORM

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.

php-activerecord

informatique/php/orm.txt · Dernière modification : 19/05/2012 00:18 de 127.0.0.1

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki