traincase / html-to-pdf-tinker
Skeleton for live tinkering with HTML templates for conversion to PDF.
2.0.0
2022-04-27 14:42 UTC
Requires
- php: ^8.0
- dompdf/dompdf: ^1.2.1
- mikehaertl/phpwkhtmltopdf: ^2.4
Requires (Dev)
- larapack/dd: ^1.1
- league/flysystem-memory: ^3.0
- phpunit/phpunit: ^9.0
- smalot/pdfparser: ^0.14.0
README
This package is meant as a framework agnostic skeleton so that drivers can be easily added and extended for any framework. For actual usage of this library have a look at one of the packages building on this skeleton.
Packages building on this skeleton
- Laravel: traincase/laravel-pdf-tinker
Testing
To run the tests, simply run composer test
.