mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Added PHPPdf
A really good PDF generation library that has no additional dependencies. It doesn't rely on WKHTMLToPDF. It uses XML instead of HTML.
This commit is contained in:
parent
86bc1d0349
commit
ad40be9047
@ -320,6 +320,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|||||||
|
|
||||||
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
* [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.
|
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
||||||
|
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A XML to PDF/JPEG/PNG library.
|
||||||
|
|
||||||
## ORM and Datamapping
|
## ORM and Datamapping
|
||||||
*Libraries that implement object-relational mapping or datamapping techniques.*
|
*Libraries that implement object-relational mapping or datamapping techniques.*
|
||||||
@ -622,4 +623,4 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|||||||
* Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
* Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md) for details.
|
Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md) for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user