stanko / pdf
A complete rewrite of the legendary FPDF PHP class.
Installs: 15 716
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- ext-mbstring: *
- beberlei/assert: ^3.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.65
- phpstan/phpstan: ^2.0
- phpstan/phpstan-beberlei-assert: ^2.0
- phpunit/phpunit: ^11.4
README
This project is a work-in-progress, complete rewrite of tFPDF, which is a modified version of FPDF.
Installation
composer require stanko/pdf
Code quality
Whole codebase currently passes PHPStan at max level, including the tests.
The tests cover most of the features. I aim for 100% test coverage.
Development
To run all checks and tests, execute:
composer test
Current work
I am currently making the class immutable.