|
|
|
|
|
|
38
|
- [Logging](#logging)
|
38
|
- [Logging](#logging)
|
|
39
|
- [E-commerce](#e-commerce)
|
39
|
- [E-commerce](#e-commerce)
|
|
40
|
- [PDF](#pdf)
|
40
|
- [PDF](#pdf)
|
|
41
|
- - [ORM and Datamapping](#orm-and-datamapping)
|
|
|
|
|
|
41
|
+ - [Database](#database)
|
|
42
|
- [Migrations](#migrations)
|
42
|
- [Migrations](#migrations)
|
|
43
|
- [NoSQL](#nosql)
|
43
|
- [NoSQL](#nosql)
|
|
44
|
- [Queue](#queue)
|
44
|
- [Queue](#queue)
|
|
|
|
|
|
|
393
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
393
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
|
394
|
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
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
|
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
399
|
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
400
|
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
400
|
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|