Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-7.3
/
share
/
fpdf
/
//proc/thread-self/root/opt/php-7.3/share/fpdf/composer.json
{ "name": "setasign/fpdf", "homepage": "http://www.fpdf.org", "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.", "type": "library", "keywords": ["pdf", "fpdf"], "license": "MIT", "authors": [ { "name": "Olivier Plathey", "email": "oliver@fpdf.org", "homepage": "http://fpdf.org/" } ], "autoload": { "classmap": [ "fpdf.php" ] }, "require": { "ext-zlib": "*", "ext-gd": "*" } }