symfony-bundle fpdf-bundle
fPDF Bundle for Symfony2
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
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