Renamed ORM and Datamapping category to database.

This commit is contained in:
Jamie 2014-12-01 19:10:34 -07:00
parent 07ba91bebc
commit 1419f08921
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
- [Logging](#logging)
- [E-commerce](#e-commerce)
- [PDF](#pdf)
- [ORM and Datamapping](#orm-and-datamapping)
- [Database](#database)
- [Migrations](#migrations)
- [NoSQL](#nosql)
- [Queue](#queue)
@ -393,8 +393,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
## ORM and Datamapping
*Libraries that implement object-relational mapping or datamapping techniques.*
## Database
*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.