PHPackages                             dlimars/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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. dlimars/fpdf

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

dlimars/fpdf
============

Fpdf allows to generate PDF files - Fork of Anouar/FPDF

v1.0.0(12y ago)029BSD-2-ClausePHPPHP &gt;=5.3.0

Since May 20Pushed 12y ago1 watchersCompare

[ Source](https://github.com/dlimars/laravel-fpdf)[ Packagist](https://packagist.org/packages/dlimars/fpdf)[ RSS](/packages/dlimars-fpdf/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

\##laravel-Fpdf

Fpdf allows to generate PDF files . This package is the laravel package version of  , for more information check this link

\##Donation : If you want to support us: [![Click here to lend your support to: github and make a donation at pledgie.com !](https://camo.githubusercontent.com/38e0c9641a992ecb2b70b7d27b07c707fd3a0c18d9fb7aa3550b92471472ce01/68747470733a2f2f706c65646769652e636f6d2f63616d706169676e732f32343636362e706e673f736b696e5f6e616d653d6368726f6d65)](https://pledgie.com/campaigns/24666)

\###Installation To your `composer.json` file, add:

```
"require-dev": {
	"dlimars/fpdf": "v1.0.0"
}
```

Next, run `composer install` to download it.

Add the service provider to `app/config/app.php`, within the `providers` array.

```
'providers' => array(
	// ...

	'Anouar\Fpdf\FpdfServiceProvider',
)
```

Finally, add the alias to `app/config/app.php`, within the `aliases` array.

```
'aliases' => array(
	// ...

	'Fpdf'	  => 'Anouar\Fpdf\Fpdf',
)
```

\###Example Code

```
Route::get('pdf', function(){
	$fpdf = new Fpdf();
        $fpdf->AddPage();
        $fpdf->SetFont('Arial','B',16);
        $fpdf->Cell(40,10,'Hello World!');
        $fpdf->Output();
        exit;

});
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4426d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4266198?v=4)[Daniel Lima](/maintainers/dlimars)[@dlimars](https://github.com/dlimars)

---

Top Contributors

[![anouarabdsslm](https://avatars.githubusercontent.com/u/2453950?v=4)](https://github.com/anouarabdsslm "anouarabdsslm (9 commits)")[![dlimars](https://avatars.githubusercontent.com/u/4266198?v=4)](https://github.com/dlimars "dlimars (4 commits)")[![jonasemde](https://avatars.githubusercontent.com/u/5083193?v=4)](https://github.com/jonasemde "jonasemde (4 commits)")[![Ryuske](https://avatars.githubusercontent.com/u/609591?v=4)](https://github.com/Ryuske "Ryuske (1 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)

PHPackages © 2026

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