|
|
@@ -39,6 +39,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
39
|
39
|
- [Logging](#logging)
|
|
40
|
40
|
- [E-commerce](#e-commerce)
|
|
41
|
41
|
- [PDF](#pdf)
|
|
|
42
|
+ - [Office](#office)
|
|
42
|
43
|
- [Database](#database)
|
|
43
|
44
|
- [Migrations](#migrations)
|
|
44
|
45
|
- [NoSQL](#nosql)
|
|
|
@@ -399,6 +400,15 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
399
|
400
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
|
400
|
401
|
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
|
401
|
402
|
|
|
|
403
|
+## Office
|
|
|
404
|
+*Libraries for working with office suite documents.*
|
|
|
405
|
+
|
|
|
406
|
+https://github.com/PHPOffice
|
|
|
407
|
+[PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
|
|
|
408
|
+[PHPExcel](https://github.com/PHPOffice/PHPExcel) - A library for working with Microsoft Excel documents.
|
|
|
409
|
+[PHPPowerPoint](https://github.com/PHPOffice/PHPPowerPoint) - A library for working with Microsoft Word documents.
|
|
|
410
|
+[ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
|
|
|
411
|
+
|
|
402
|
412
|
## Database
|
|
403
|
413
|
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
|
|
404
|
414
|
|