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.
composer require setasign/fpdfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple PDF with text.
Add 'require_once __DIR__ . '/vendor/setasign/fpdf/fpdf.php';' to your script.
No dependency data recorded yet.