https://github.com/frantisekstanko/php-pdf
A complete rewrite of the legendary FPDF PHP class.
https://github.com/frantisekstanko/php-pdf
pdf pdf-generation pdf-php php-pdf tcpdf
Last synced: 15 days ago
JSON representation
A complete rewrite of the legendary FPDF PHP class.
- Host: GitHub
- URL: https://github.com/frantisekstanko/php-pdf
- Owner: frantisekstanko
- License: mit
- Created: 2023-11-17T19:53:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-02T18:40:12.000Z (2 months ago)
- Last Synced: 2026-04-10T09:07:32.939Z (2 months ago)
- Topics: pdf, pdf-generation, pdf-php, php-pdf, tcpdf
- Language: PHP
- Homepage:
- Size: 914 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A fresh PDF generator written in PHP
This project is a work-in-progress, complete rewrite of
[tFPDF](http://fpdf.org/fr/script/script92.php),
which is a modified version of [FPDF](http://www.fpdf.org/).
## Installation
```bash
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:
```bash
composer test
```
### Current work
I am currently making the class immutable.