Merge pull request #604 from 27cm/patch-2

Update Doctrine Extensions link
This commit is contained in:
Jose Diaz-Gonzalez 2016-03-20 17:37:52 -04:00
commit 94976ccc82
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
* [LazyRecord](https://github.com/c9s/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.