PHPackages                             umertasov/l5-mpdf - 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. umertasov/l5-mpdf

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

umertasov/l5-mpdf
=================

mPDF wrapper for Laravel 5

v2.1.19(8y ago)0192Apache 2.0PHPPHP &gt;=5.3.0

Since Oct 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/umertasov/l5-mpdf)[ Packagist](https://packagist.org/packages/umertasov/l5-mpdf)[ RSS](/packages/umertasov-l5-mpdf/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (21)Used By (0)

### mPDF Wrapper for Laravel 5

[](#mpdf-wrapper-for-laravel-5)

Installation
------------

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `kendu/l5-mpdf`.

```
{
  "require": {
       "kendu/l5-mpdf" : "dev-master"
    }
}
```

Next, update Composer from the Terminal:

```
$ composer update
```

Once this operation completes, the final step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'Kendu\Mpdf\ServiceProvider',
```

You can also register facade.

```
'PDF' => 'Kendu\Mpdf\Facades\Pdf',
```

### License

[](#license)

This mPDF Wrapper for Laravel5 is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

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

Every ~26 days

Recently: every ~55 days

Total

20

Last Release

2994d ago

Major Versions

1.2 → 2.12016-10-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/1aa4f2d55f5ce6343cdbc6311c0a7b6a499be8924272ba67b645f062a86c8e0b?d=identicon)[umertasov](/maintainers/umertasov)

---

Top Contributors

[![neurohotep](https://avatars.githubusercontent.com/u/12581971?v=4)](https://github.com/neurohotep "neurohotep (27 commits)")[![dmavrin](https://avatars.githubusercontent.com/u/7140790?v=4)](https://github.com/dmavrin "dmavrin (4 commits)")[![b3ni](https://avatars.githubusercontent.com/u/1167851?v=4)](https://github.com/b3ni "b3ni (1 commits)")[![mean-cj](https://avatars.githubusercontent.com/u/1191385?v=4)](https://github.com/mean-cj "mean-cj (1 commits)")

---

Tags

laravelpdfmpdf

### Embed Badge

![Health badge](/badges/umertasov-l5-mpdf/health.svg)

```
[![Health](https://phpackages.com/badges/umertasov-l5-mpdf/health.svg)](https://phpackages.com/packages/umertasov-l5-mpdf)
```

###  Alternatives

[misterspelik/laravel-pdf

Generate PDFs in Laravel with this mPDF wrapper.

57164.8k](/packages/misterspelik-laravel-pdf)

PHPackages © 2026

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