stanko/pdf

A complete rewrite of the legendary FPDF PHP class.

0.5.0 2023-12-14 18:35 UTC

This package is auto-updated.

Last update: 2024-09-11 21:17:44 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.