inteleon / extended-fpdf
Extended FPDF
1.0.0
2016-04-08 12:38 UTC
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: 2026-03-12 07:08:03 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.