PHPackages                             universalware/ds-yii2-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. universalware/ds-yii2-tcpdf

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

universalware/ds-yii2-tcpdf
===========================

Replacement for glitchit/ds-yii2-tcpdf abandoned package - TCPDF is a PHP class for generating PDF documents and barcodes.

v1.0.2.x-dev(8mo ago)01LGPL-3.0-or-laterPHPPHP &gt;=5.3.0

Since Oct 11Pushed 8mo agoCompare

[ Source](https://github.com/universalware/ds-yii2-tcpdf)[ Packagist](https://packagist.org/packages/universalware/ds-yii2-tcpdf)[ Docs](http://www.tcpdf.org/)[ RSS](/packages/universalware-ds-yii2-tcpdf/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Workaround Repo for Drivesoftz/yii2-tcpdf
=========================================

[](#workaround-repo-for-drivesoftzyii2-tcpdf)

This repository is only as a workaround for the now (one can only asssume) abandoned yii2-tcpdf package from Drivesoftz. I did write this code, I am not claiming to have written this code, this code is provided as is with no garauntee it will work in your project. I happen to have an existing copy of the code and am unable to continue dev on a current project without this package.

Any questions about code can be addressed to: Eakkabin Jaikeawma (CoachMaxz) - [eakkabin\_it@outlook.co.th](mailto:eakkabin_it@outlook.co.th) -

Original readme.md below:

TCPDF TH
========

[](#tcpdf-th)

Version: 1.0.2

Release date: 2025-05-28

Author: Eakkabin Jaikeawma (CoachMaxz)

---

Install
=======

[](#install)

```
$ composer require universalware/ds-yii2-tcpdf ~1.0

```

Example
=======

[](#example)

```
use TCPDF;

$items = array(
    'header' => array(
        array('#', 'text', 15, 'C', ''),
        array('ID', 'text', 35, 'L', ''),
        array('Name', 'text', 55, 'L', ''),
        array('Price', 'number', 25, 'R', ' Baht.'),
        array('Amount', 'number', 25, 'R', ' items.'),
        array('Total', 'number', 25, 'R', ' Baht.'),
    ),
    'items' => array(
        array('1', 'PRO5900001', 'Yii 2 Framework Book', 250, 3, 750)
    )
);

(new TCPDF('P'))->table('product-table.pdf', $items);
```

[![yii2-tcpdf](img/2016-02-27_10-52-00.png)](img/2016-02-27_10-52-00.png)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance60

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

252d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bf49fe1035f9274ddf0e02e5faefdba890cb6681c81094effae6bbb48081d26?d=identicon)[universalware](/maintainers/universalware)

---

Top Contributors

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

---

Tags

qrcodepdfTCPDFPDFD32000-2008datamatrixpdf417barcodesdrivesoftCoachMaxzGlitchIT

### Embed Badge

![Health badge](/badges/universalware-ds-yii2-tcpdf/health.svg)

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

###  Alternatives

[tecnickcom/tcpdf

Deprecated legacy PDF engine for PHP. Use instead tecnickcom/tc-lib-pdf.

4.5k109.8M580](/packages/tecnickcom-tcpdf)

PHPackages © 2026

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