emsifa / simple-pdf
PHP Simple PDF Maker, currently its just refactored version of FPDF.
v0.1.0
2021-09-13 05:58 UTC
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.