Alphabetize Office

This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 22:21:00 -04:00
parent fa8b7cf2d2
commit 4bef7562f0
1 changed files with 2 additions and 2 deletions

View File

@ -483,10 +483,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Office
*Libraries for working with office suite documents.*
* [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
* [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
* [PHPExcel](https://github.com/PHPOffice/PHPExcel) - A library for working with Microsoft Excel documents.
* [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
* [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
* [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
## Database
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*