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

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

sargilla/tcpdf
==============

TCPDF en Laravel

v1.2(5y ago)0276MITPHPPHP &gt;=5.3.0

Since Oct 5Pushed 4y ago1 watchersCompare

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

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

TCPDF
=====

[](#tcpdf)

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

[](#installation)

To install run a console command:

```

composer require sargilla/tcpdf

```

Use
---

[](#use)

```

use PDF; // at the top of the file

	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](https://tcpdf.org/docs/)

Config
------

[](#config)

```
php artisan vendor:publish

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~481 days

Total

3

Last Release

2181d ago

### Community

Maintainers

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

---

Top Contributors

[![sargilla](https://avatars.githubusercontent.com/u/263582?v=4)](https://github.com/sargilla "sargilla (4 commits)")

---

Tags

laravelpdfTCPDF

### Embed Badge

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

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

###  Alternatives

[elibyy/tcpdf-laravel

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

3542.7M5](/packages/elibyy-tcpdf-laravel)[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)

PHPackages © 2026

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