mayeco/fpdf-bundle

fPDF Bundle for Symfony2

Installs: 1 048

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 1.0.x-dev 2014-10-30 17:40 UTC

This package is not auto-updated.

Last update: 2024-03-11 23:17:52 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