PHPackages                             elibyy/laravel-tcpdf - 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. elibyy/laravel-tcpdf

Abandoned → [elibyy/tcpdf-laravel](/?search=elibyy%2Ftcpdf-laravel)ArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

elibyy/laravel-tcpdf
====================

tcpdf support for laravel 5

v0.0.6(10y ago)1916.5k25proprietaryPHP

Since Mar 1Pushed 10y ago6 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

PLEASE NOTE: This repository is no logner maintained please use [new](https://github.com/elibyy/tcpdf-laravel) one
==================================================================================================================

[](#please-note-this-repository-is-no-logner-maintained-please-use-new-one)

Laravel 5 TCPDF
===============

[](#laravel-5-tcpdf)

A simple [Laravel 5](http://www.laravel.com) service provider with some basic configuration for including the [TCPDF library](http://www.tcpdf.org/)

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

[](#installation)

\#for laravel 5.1 use the 5.1 branch or version 0.0.4

The Laravel TCPDF service provider can be installed via [composer](http://getcomposer.org) by requiring the `elibyy/laravel-tcpdf` package in your project's `composer.json`. (The installation may take a while, because the package requires TCPDF. Sadly its .git folder is very heavy)

```
{
    "require": {
        "elibyy/laravel-tcpdf": "0.*"
    }
}
```

Next, add the service provider to `config/app.php`.

```
'providers' => [
    //..
    'Elibyy\TCPDF\ServiceProvider',
]
```

That's it! You're good to go.

Here is a little example:

```
use PDF;

PDF::SetTitle('Hello World');

PDF::AddPage();

PDF::Write(0, 'Hello World');

PDF::Output('hello_world.pdf');
```

For a list of all available function take a look at the [TCPDF Documentation](http://www.tcpdf.org/doc/code/classTCPDF.html)

Configuration
-------------

[](#configuration)

Laravel-TCPDF comes with some basic configuration. If you want to override the defaults, you can publish the config, like so:

```
php artisan vendor:publish

```

Now access `config/laravel-tcpdf.php`to customize.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~38 days

Recently: every ~26 days

Total

7

Last Release

3859d ago

Major Versions

v0.0.5 → 5.1.x-dev2015-10-19

### Community

Maintainers

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

---

Top Contributors

[![eli-amazing](https://avatars.githubusercontent.com/u/94850031?v=4)](https://github.com/eli-amazing "eli-amazing (7 commits)")[![elibyy](https://avatars.githubusercontent.com/u/836551?v=4)](https://github.com/elibyy "elibyy (2 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

laravelpdfTCPDF

### Embed Badge

![Health badge](/badges/elibyy-laravel-tcpdf/health.svg)

```
[![Health](https://phpackages.com/badges/elibyy-laravel-tcpdf/health.svg)](https://phpackages.com/packages/elibyy-laravel-tcpdf)
```

###  Alternatives

[barryvdh/laravel-dompdf

A DOMPDF Wrapper for Laravel

7.3k87.6M278](/packages/barryvdh-laravel-dompdf)[elibyy/tcpdf-laravel

tcpdf support for Laravel 6, 7, 8, 9, 10, 11

3542.7M5](/packages/elibyy-tcpdf-laravel)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[maxxscho/laravel-tcpdf

A simple Laravel 4 service provider with some basic configuration for including the TCPDF library

8725.7k](/packages/maxxscho-laravel-tcpdf)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1718.3k](/packages/tarfin-labs-easy-pdf)[lucasromanojf/laravel5-pdf

Provides the HTML2PDF functionality using the wkhtmltopdf library (Laravel 5)

1271.8k](/packages/lucasromanojf-laravel5-pdf)

PHPackages © 2026

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