tvogels / fpdf
Horde PDF for use with Symfony
dev-master
2013-05-31 17:18 UTC
Requires
- php: >=5.2.4
This package is not auto-updated.
Last update: 2025-01-15 12:09:50 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
.