2017 © Pedro Peláez
 

library fpdf

Horde PDF for use with Symfony

image

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

The README.md

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)

The Versions

31/05 2013

dev-master

9999999-dev http://github.com/tvogels

Horde PDF for use with Symfony

  Sources   Download

BSD-3

The Requires

  • php >=5.2.4

 

by Thijs Vogels