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

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

This package is auto-updated.

Last update: 2025-09-25 11:51:50 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.