emsifa/simple-pdf

PHP Simple PDF Maker, currently its just refactored version of FPDF.

v0.1.0 2021-09-13 05:58 UTC

This package is auto-updated.

Last update: 2024-04-25 08:29:21 UTC


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.