|
|
@@ -487,17 +487,17 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
487
|
487
|
## Database
|
|
488
|
488
|
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
|
|
489
|
489
|
|
|
490
|
|
-* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
|
490
|
+* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
|
|
|
491
|
+* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
|
|
491
|
492
|
* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
|
492
|
|
-* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
|
|
|
493
|
+* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
493
|
494
|
* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
|
|
494
|
495
|
* [LazyRecord](https://github.com/c9s/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
|
|
495
|
|
-* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
|
|
496
|
|
-* [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
|
|
497
|
|
-* [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
|
|
498
|
496
|
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
|
|
|
497
|
+* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
|
|
499
|
498
|
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
|
|
500
|
|
-* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
|
|
|
499
|
+* [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
|
|
|
500
|
+* [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
|
|
501
|
501
|
|
|
502
|
502
|
## Migrations
|
|
503
|
503
|
Libraries to help manage database schemas and migrations.
|