1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

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

View File

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