imlewc / fpdi-tfpdf
PHP package of TFPDF with FPDI. PSR-4 compliant. Forked from istom1n/fpdi-tfpdf, each function is deprecated in php 7.2, use foreach repair it.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
pkg:composer/imlewc/fpdi-tfpdf
This package is auto-updated.
Last update: 2025-10-12 23:12:03 UTC
README
Stop Stop Stop, hey, this repo is depricated, because it has not been updated for a long time and during this time there was a huge number of other libraries, PHPOffice/PHPWord, for example
FPDI-TFPDF
PHP package of TFPDF with FPDI. PSR-4 compliant.
Installing and Using
Install with composer:
composer require istom1n/fpdi-tfpdf
Using:
use fpdi\fdpi; $pdf = new FPDI();