PHPackages                             rocketman/pdf-label - 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. rocketman/pdf-label

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

rocketman/pdf-label
===================

This class is a modified version of PDF\_Label that adds support for unicode and ttf.

v1.6+rocketman.3(1y ago)07.1k—0%LGPL-3.0-or-laterPHP

Since Jun 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/RocketMan/pdf-label)[ Packagist](https://packagist.org/packages/rocketman/pdf-label)[ RSS](/packages/rocketman-pdf-label/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (2)Used By (0)

PDF\_Label
==========

[](#pdf_label)

This class is a modified version of `PDF_Label` that adds support for unicode and ttf.

Documentation and source for the upstream class can be found here:

Installation with [Composer](https://packagist.org/packages/rocketman/pdf-label)
--------------------------------------------------------------------------------

[](#installation-with-composer)

If you are using composer to manage dependencies, you can use

```
$ composer require rocketman/pdf-label:1.6+rocketman.2

```

or you can include the following in your `composer.json` file:

```
{
    "require": {
        "rocketman/pdf-label": "^1.6+rocketman.3"
    }
}
```

Usage
-----

[](#usage)

```
$label = "5160"; // pre-defined label name or form-spec array
$pdf = new \PDF_Label($label);
$pdf->AddFont(...); // see tFPDF documentation for AddFont and SetFont
$pdf->SetFont(...);
$pdf->AddPage();
$pdf->Add_Label("label content here");
$pdf->Add_Label("second label");
$pdf->currentLabel("more content for current label");
$pdf->verticalText("vertical text for current label", -1, 0, 'D');
$pdf->writeQRCode("https://www.ibinx.com/", "R");
$pdf->Output();
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance48

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

385d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6860356?v=4)[Jim Mason](/maintainers/RocketMan)[@RocketMan](https://github.com/RocketMan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rocketman-pdf-label/health.svg)

```
[![Health](https://phpackages.com/badges/rocketman-pdf-label/health.svg)](https://phpackages.com/packages/rocketman-pdf-label)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.9k](/packages/tarfin-labs-easy-pdf)

PHPackages © 2026

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