Skip to content

A complete rewrite of the legendary FPDF PHP class.

License

Notifications You must be signed in to change notification settings

frantisekstanko/php-pdf

Repository files navigation

A fresh PDF generator written in PHP

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.