Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 447 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 447 Bytes

FPDF

This is a repository with a modified version of FPDF suitable for CuSTEMized.

Please see http://www.fpdf.org/ for the official version of FPDF.

Installation with Composer

Include the following in your composer.json file:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/custemized/fpdf"
        }
    ],
    "require": {
        "setasign/fpdf": "dev-master"
    }
}