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.
Include the following in your composer.json file:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/custemized/fpdf"
}
],
"require": {
"setasign/fpdf": "dev-master"
}
}