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

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

roy-sandip/laravel-tcpdf
========================

TCPDF for laravel use.

2.1(11mo ago)218mitPHP

Since Nov 17Pushed 11mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Laravel TCPDF
=============

[](#laravel-tcpdf)

TCPDF support for laravel app. This package allows to use TCPDF with Laravel as native TCPDF.

Usages
======

[](#usages)

You can use just like TCPDF native. Check its official documentation for all the reatures.

```
use RoySandip\LaravelTcpdf\PDF;

$pdf = new PDF;
$pdf->writeHTML('Hello World!', true, false, true, false, '');
$pdf->Output('example.pdf', 'D');
```

For working conveniently, there are some features like-

```
 $pdf->view('admin.pdf.booking-receipt', ['dataModel' => $model])
      ->download('file_name'); //file name can be set optionally
```

Publish Configuration

```
php artisan vendor:publish --tag=tcpdf-config
```

TCPDF default configuration can be edited at config/tcpdf.php

Publish Fonts

```
php artisan vendor:publish --tag=tcpdf-fonts
```

Documentation
=============

[](#documentation)

Check TCPDF official Documentation.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance50

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~229 days

Total

5

Last Release

356d ago

Major Versions

1.1.1 → 2.02023-07-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/153e4ddbcd6587e395fbf603f29b847b78b6d3df7583387b863176440e5ed587?d=identicon)[roy-sandip](/maintainers/roy-sandip)

---

Top Contributors

[![roy-sandip](https://avatars.githubusercontent.com/u/10586788?v=4)](https://github.com/roy-sandip "roy-sandip (12 commits)")

### Embed Badge

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

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

###  Alternatives

[spipu/html2pdf

Html2Pdf is a HTML to PDF converter written in PHP - It uses TCPDF - OFFICIAL PACKAGE

1.8k10.6M45](/packages/spipu-html2pdf)[elibyy/tcpdf-laravel

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

3542.7M5](/packages/elibyy-tcpdf-laravel)[iio/libmergepdf

Library for merging multiple PDFs

40813.6M13](/packages/iio-libmergepdf)[creagia/laravel-sign-pad

Laravel package for of E-Signature with Signature Pad and Digital Certified Sign with TCPDF

54097.2k](/packages/creagia-laravel-sign-pad)[lsnepomuceno/laravel-a1-pdf-sign

Sign PDF files with valid x509 certificates

315101.4k](/packages/lsnepomuceno-laravel-a1-pdf-sign)[imal-h/pdf-box

The most advanced, driver-based PDF manipulation library for PHP v3.0. Supports Ghostscript, Chrome Headless (HTML to PDF), OpenSSL/FPDI (Signing), and PDFtk (Forms).

60403.9k](/packages/imal-h-pdf-box)

PHPackages © 2026

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