emsifa / simple-pdf
PHP Simple PDF Maker, currently its just refactored version of FPDF.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/emsifa/simple-pdf
Requires
- php: >=8.0
- ext-gd: *
- ext-zlib: *
README
Currently it's just refactored version of FPDF. I made this modification for my personal use. The goal is to provide cleaner codebase, better APIs, and better support for PHP 8. Currently I don't have plan to add new features on this. Use it with your own risk.
Installation
composer require emsifa/simple-pdf:dev-main
Usage
See examples
directory.