Content deleted Content added
Doctrine php version |
m →PHP: Order entries by framework popularity |
||
Line 45:
==PHP==
*[[Laravel]], framework that contains an ORM called "Eloquent" an ActiveRecord implementation.▼
*[[Doctrine (PHP)|Doctrine]], open source ORM for PHP 5.2.3, 5.3.X., 7.4.X Free software (MIT)▼
*[[CakePHP]], ORM and framework for PHP 5, open source (scalars, arrays, objects); based on database introspection, no class extending
*[[CodeIgniter]], framework that includes an ActiveRecord implementation
*[[Yii]], ORM and framework for PHP 5, released under the BSD license. Based on the ActiveRecord pattern▼
▲*[[Doctrine (PHP)|Doctrine]], open source ORM for PHP 5.2.3, 5.3.X., 7.4.X Free software (MIT)
*[[FuelPHP]], ORM and framework for PHP 5.3, released under the MIT license. Based on the ActiveRecord pattern.
*[[Laminas]], framework that includes a table data gateway and row data gateway implementations
▲*[[Laravel]], framework that contains an ORM called "Eloquent" an ActiveRecord implementation.
*[[Propel (PHP)|Propel]], ORM and query-toolkit for PHP 5, inspired by [[Apache Software Foundation|Apache]] Torque, free software, MIT
*[[Qcodo]], ORM and framework for PHP 5, open source
Line 56 ⟶ 57:
*[[Redbean (software)|Redbean]], ORM layer for PHP 5, for creating and maintaining tables on the fly, open source, BSD
*[[Skipper (computer software)|Skipper]], visualization tool and a [[code generator|code/schema generator]] for PHP [[O/R mapper|ORM frameworks]], commercial
▲*[[Yii]], ORM and framework for PHP 5, released under the BSD license. Based on the ActiveRecord pattern
==Python==
|