jysperu / fpdf
This package is abandoned and no longer maintained.
The author suggests using the tinyphp-class/jpdf package instead.
Based in http://www.fpdf.org/
1.86
2024-08-17 06:01 UTC
Requires
- php: >=7.2
README
This source is base in v1.86 (25/06/2023) of www.fpdf.org
I just modified and fixed a little bit of code.
QUICK START WITH COMPOSER
composer require jysperu/fpdf
<?php require_once '/path/to/vendor/autoload.php';