dev-master
9999999-dev http://www.startupjob.com.br/Generation to PDF for use with Symfony 2.1 - developed by StartupJob
Apache2
The Requires
- php >=5.2.0
by Saulo Lima
pdf fpdf startupjob
Wallogit.com
2017 © Pedro Peláez
Generation to PDF for use with Symfony 2.1 - developed by StartupJob
Uses FPDF 1.7, (*1)
Add the following lines to your 'composer.json' file:, (*2)
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.1.*",
.......
"startupjob/fpdf": "*"
},
"repositories": [
{
"type": "package",
"package": {
"name": "startupjob/fpdf",
"version": "master",
"source": {
"url": "git@github.com:startupjob/fpdf.git",
"type": "git",
"reference": "master"
}
}
}
],
Now run php composer.phar update or php composer.phar install., (*3)
$pdf = new \PDF;
StartupJob, (*4)
FPDF, (*5)
Generation to PDF for use with Symfony 2.1 - developed by StartupJob
Apache2
pdf fpdf startupjob