tuxone/fpdf

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

dev-master 2013-12-02 00:32 UTC

This package is auto-updated.

Last update: 2024-04-04 21:57:18 UTC


README

Uses FPDF 1.7

Setup

Add the following lines to your 'composer.json' file:

    "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.

Usage

    $pdf = new \PDF;

Developed by

StartupJob

Sources

FPDF