|
|
@@ -38,7 +38,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
38
|
38
|
- [Logging](#logging)
|
|
39
|
39
|
- [E-commerce](#e-commerce)
|
|
40
|
40
|
- [PDF](#pdf)
|
|
41
|
|
- - [ORM and Datamapping](#orm-and-datamapping)
|
|
|
41
|
+ - [Database](#database)
|
|
42
|
42
|
- [Migrations](#migrations)
|
|
43
|
43
|
- [NoSQL](#nosql)
|
|
44
|
44
|
- [Queue](#queue)
|
|
|
@@ -393,8 +393,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
393
|
393
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
|
394
|
394
|
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
|
395
|
395
|
|
|
396
|
|
-## ORM and Datamapping
|
|
397
|
|
-*Libraries that implement object-relational mapping or datamapping techniques.*
|
|
|
396
|
+## Database
|
|
|
397
|
+*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
|
|
398
|
398
|
|
|
399
|
399
|
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
400
|
400
|
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|