mayeco / fpdf-bundle
fPDF Bundle for Symfony2
Installs: 1 051
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2024-11-05 02:33:34 UTC
README
Easy wrapper Bundle for FPDF version 1.7 library.
Step 1
Install the bundle using composer
"mayeco/fpdf-bundle": "1.0.*@dev"
Step 2
Enable the Bundle in your Kernel
new Mayeco\fPDFBundle\fPDFBundle()
Step 3
Use the FPDF library in your controller
$pdf = $this->get("fpdf");
// $pdf is a \FPDF v1.7 (2011-06-18) object