stanko/pdf

A complete rewrite of the legendary FPDF PHP class.

Installs: 17 816

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/stanko/pdf

0.6.3 2024-12-09 22:55 UTC

This package is auto-updated.

Last update: 2025-10-10 00:39:03 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.