mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Cleaned up ORM category and broke out migration libraries into a new category.
This commit is contained in:
parent
673c889ff0
commit
bd4bc3fa5b
13
README.md
13
README.md
@ -34,6 +34,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|||||||
- [E-commerce](#e-commerce)
|
- [E-commerce](#e-commerce)
|
||||||
- [PDF](#pdf)
|
- [PDF](#pdf)
|
||||||
- [ORM and Datamapping](#orm-and-datamapping)
|
- [ORM and Datamapping](#orm-and-datamapping)
|
||||||
|
- [Migrations](#migrations)
|
||||||
- [NoSQL](#nosql)
|
- [NoSQL](#nosql)
|
||||||
- [Queue](#queue)
|
- [Queue](#queue)
|
||||||
- [Search](#search)
|
- [Search](#search)
|
||||||
@ -381,20 +382,22 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|||||||
*Libraries that implement object-relational mapping or datamapping techniques.*
|
*Libraries that implement object-relational mapping or datamapping techniques.*
|
||||||
|
|
||||||
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
||||||
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
|
||||||
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
||||||
* [Propel](http://www.propelorm.org/) - A fast ORM, migration library and query builder.
|
* [Propel](http://www.propelorm.org/) - A fast ORM, migration library and query builder.
|
||||||
* [Eloquent](https://github.com/illuminate/database) - The Laravel 4 ORM.
|
* [Eloquent](https://github.com/illuminate/database) - The Laravel 4 ORM.
|
||||||
* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
|
* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
|
||||||
* [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
|
* [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
|
||||||
* [RedBean](http://redbeanphp.com/) - A lightweight, configuration-less ORM.
|
* [RedBean](http://redbeanphp.com/) - A lightweight, configuration-less ORM.
|
||||||
* [PHP ActiveRecord](https://github.com/kla/php-activerecord) - A PHP Active Record implementation.
|
|
||||||
* [Paris and Idiorm](http://j4mie.github.io/idiormandparis/) - A minimalist database library.
|
|
||||||
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
|
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
|
||||||
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
|
||||||
|
|
||||||
|
## Migrations
|
||||||
|
Libraries to help manage database schemas and migrations.
|
||||||
|
|
||||||
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
|
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
|
||||||
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
|
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
|
||||||
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
|
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
||||||
|
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
||||||
|
|
||||||
## NoSQL
|
## NoSQL
|
||||||
*Libraries for working with "NoSQL" backends.*
|
*Libraries for working with "NoSQL" backends.*
|
||||||
|
Loading…
Reference in New Issue
Block a user