mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Added new Office category.
Resolves: https://github.com/ziadoz/awesome-php/pull/183/files
This commit is contained in:
parent
9b29546848
commit
936bb3d3cc
10
README.md
10
README.md
@ -39,6 +39,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
||||
- [Logging](#logging)
|
||||
- [E-commerce](#e-commerce)
|
||||
- [PDF](#pdf)
|
||||
- [Office](#office)
|
||||
- [Database](#database)
|
||||
- [Migrations](#migrations)
|
||||
- [NoSQL](#nosql)
|
||||
@ -399,6 +400,15 @@ 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.
|
||||
|
||||
## Office
|
||||
*Libraries for working with office suite documents.*
|
||||
|
||||
https://github.com/PHPOffice
|
||||
[PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
|
||||
[PHPExcel](https://github.com/PHPOffice/PHPExcel) - A library for working with Microsoft Excel documents.
|
||||
[PHPPowerPoint](https://github.com/PHPOffice/PHPPowerPoint) - A library for working with Microsoft Word documents.
|
||||
[ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
|
||||
|
||||
## Database
|
||||
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user