2017 © Pedro Peláez
 

symfony-bundle fpdf-bundle

fPDF Bundle for Symfony2

image

mayeco/fpdf-bundle

fPDF Bundle for Symfony2

  • Thursday, October 30, 2014
  • by mayeco
  • Repository
  • 1 Watchers
  • 2 Stars
  • 606 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

FPDF Bundle

Easy wrapper Bundle for FPDF version 1.7 library., (*1)

Step 1

Install the bundle using composer, (*2)

"mayeco/fpdf-bundle": "1.0.*@dev"

Step 2

Enable the Bundle in your Kernel, (*3)

new Mayeco\fPDFBundle\fPDFBundle()

Step 3

Use the FPDF library in your controller, (*4)

$pdf = $this->get("fpdf");
// $pdf is a \FPDF v1.7 (2011-06-18) object

The Versions

30/10 2014

dev-master

9999999-dev https://github.com/mayeco/fPDFBundle

fPDF Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Mario Young

google api