inteleon / extended-fpdf
Extended FPDF
Installs: 35 183
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 18
Forks: 1
Open Issues: 0
Requires
- setasign/fpdf: 1.8.1
- setasign/fpdi: 1.6.1
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-02-27 02:14:37 UTC
README
Extended FPDF with helper methods, defaults to UTF-8. based on FPDF_EXTENDED.
Install
Via Composer
$ composer require Inteleon/extended-fpdf
Usage
When you bootstrap your application create an alias for fpdi_bridge
<?php class_alias('Inteleon\Pdf\Bridge', 'fpdi_bridge');
License
The MIT License (MIT). Please see License File for more information.