tinyphp-externo / fpdf
Based in http://www.fpdf.org/
1.86.1
2024-11-27 03:27 UTC
This package is not auto-updated.
Last update: 2025-03-06 03:02:46 UTC
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
```php
<?php
require_once '/path/to/vendor/autoload.php';
```