PHPackages                             wargas/fpdf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wargas/fpdf

ActiveLibrary

wargas/fpdf
===========

FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.

00PHP

Since Dec 23Pushed 3y agoCompare

[ Source](https://github.com/wargas/FPDF)[ Packagist](https://packagist.org/packages/wargas/fpdf)[ RSS](/packages/wargas-fpdf/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FPDF
====

[](#fpdf)

**This repository is only clone official FPDF releases which are available at: ****THERE WILL BE NO DEVELOPMENT IN THIS REPOSITORY!**

FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.

Installation with [Composer](https://packagist.org/packages/setasign/fpdf)
--------------------------------------------------------------------------

[](#installation-with-composer)

If you're using Composer to manage dependencies, you can use

```
$ composer require wargas/fpdf:^1.8

```

or you can include the following in your composer.json file:

```
{
    "require": {
        "wargas/fpdf": "^1.8"
    }
}
```

Get Started
===========

[](#get-started)

```
use Wargas\FPDF\FPDF;

$pdf = new FPDF();

$pdf->AddPage();
$pdf->SetFont('Arial', '', 10);
$pdf->Write(10, "Example 01");
$pdf->Image("data:image/png;base64,iVBORw0KGgoAAAA....");
$pdf->Output('I');
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 86.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d23c42dae3406941112504c45f801760cbc7126e46f35c89695ac197e5b45904?d=identicon)[wargas](/maintainers/wargas)

---

Top Contributors

[![JanSlabon](https://avatars.githubusercontent.com/u/12390057?v=4)](https://github.com/JanSlabon "JanSlabon (19 commits)")[![wargas](https://avatars.githubusercontent.com/u/2016573?v=4)](https://github.com/wargas "wargas (3 commits)")

### Embed Badge

![Health badge](/badges/wargas-fpdf/health.svg)

```
[![Health](https://phpackages.com/badges/wargas-fpdf/health.svg)](https://phpackages.com/packages/wargas-fpdf)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
