This project is a work-in-progress, complete rewrite of tFPDF, which is a modified version of FPDF.
composer require stanko/pdf
Whole codebase currently passes PHPStan at max level, including the tests.
The tests cover most of the features. I aim for 100% test coverage.
To run all checks and tests, execute:
composer test
I am currently making the class immutable.