This commit is contained in:
lubosdz 2024-01-04 15:14:45 -08:00 committed by GitHub
commit d799f296b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -548,6 +548,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
* [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
* [TCPDF](https://github.com/tecnickcom/TCPDF) - Feature rich standalone PDF generator.
### Office
*Libraries for working with office suite documents.*
@ -856,6 +857,7 @@ Libraries to help manage database schemas and migrations.
* [Apache NetBeans](https://netbeans.apache.org/) - An IDE with support for PHP and HTML5.
* [PhpStorm](https://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
* [VS Code](https://code.visualstudio.com/) - An open source code editor.
* [PhpEd](http://www.nusphere.com/products/phped.htm/) - An IDE with professional commercial debugger.
### Web Applications
*Web-based applications and tools.*