library fpdf
Horde PDF for use with Symfony
tvogels/fpdf
Horde PDF for use with Symfony
- Friday, May 31, 2013
- by tvogels
- Repository
- 1 Watchers
- 1 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
FPDF for use with Symfony2
Uses File_PDF v 1.48, (*1)
Setup
Add the following lines to your deps file:, (*2)
[FilePDF]
git=http://github.com/tvogels/filepdf.git
target=filepdf
And those to app/autoload.php:, (*3)
$loader->registerPrefixes(array(
...
'Horde_' => __DIR__.'/../vendor/filepdf/lib',
Now run php bin/vendors update or php bin/vendors install., (*4)