tvogels / fpdf
Horde PDF for use with Symfony
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tvogels/fpdf
Requires
- php: >=5.2.4
This package is not auto-updated.
Last update: 2025-12-17 16:26:45 UTC
README
Uses File_PDF v 1.48
Setup
Add the following lines to your deps file:
[FilePDF]
git=http://github.com/tvogels/filepdf.git
target=filepdf
And those to app/autoload.php:
$loader->registerPrefixes(array( ... 'Horde_' => __DIR__.'/../vendor/filepdf/lib',
Now run php bin/vendors update or php bin/vendors install.