2017 © Pedro Peláez
 

library fpdf

Generation to PDF for use with Symfony 2.1 - developed by StartupJob

image

tuxone/fpdf

Generation to PDF for use with Symfony 2.1 - developed by StartupJob

  • Monday, December 2, 2013
  • by cyberalex
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Generation to PDF for use with Symfony 2.1

Uses FPDF 1.7, (*1)

Setup

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)

Usage

    $pdf = new \PDF;

Developed by

StartupJob, (*4)

Sources

FPDF, (*5)

The Versions

02/12 2013

dev-master

9999999-dev http://www.startupjob.com.br/

Generation to PDF for use with Symfony 2.1 - developed by StartupJob

  Sources   Download

Apache2

The Requires

  • php >=5.2.0

 

by Saulo Lima

pdf fpdf startupjob