Search by

tvogels / fpdf

tvogels

Horde PDF for use with Symfony

dev-master 2013-05-31 17:18 UTC

This package is not auto-updated.

Last update: 2026-09-23 20:01:30 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.