jysperu/fpdf

This package is abandoned and no longer maintained. The author suggests using the tinyphp-class/jpdf package instead.

Based in http://www.fpdf.org/

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/jysperu/fpdf

1.86 2024-08-17 06:01 UTC

This package is auto-updated.

Last update: 2024-12-05 02:38:05 UTC


README

This source is base in v1.86 (25/06/2023) of www.fpdf.org
I just modified and fixed a little bit of code.

QUICK START WITH COMPOSER

composer require jysperu/fpdf

<?php
require_once '/path/to/vendor/autoload.php';