stanko/pdf

A complete rewrite of the legendary FPDF PHP class.

0.6.3 2024-12-09 22:55 UTC

This package is auto-updated.

Last update: 2025-08-10 00:17:51 UTC


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.