traincase / html-to-pdf-tinker
Skeleton for live tinkering with HTML templates for conversion to PDF.
Installs: 71
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/traincase/html-to-pdf-tinker
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
.