PHPackages                             stowers-lims/zpl - 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. stowers-lims/zpl

ActiveLibrary

stowers-lims/zpl
================

 This library is a php wrapper for the ZPL Programming Language.

125.1k↓50%[1 PRs](https://github.com/Stowers-LIMS/zpl/pulls)PHP

Since May 18Pushed 5y ago6 watchersCompare

[ Source](https://github.com/Stowers-LIMS/zpl)[ Packagist](https://packagist.org/packages/stowers-lims/zpl)[ RSS](/packages/stowers-lims-zpl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

This library is a php wrapper for the ZPL Programming Language.
---------------------------------------------------------------

[](#this-library-is-a-php-wrapper-for-the-zpl-programming-language)

---

Installation:
-------------

[](#installation)

```
composer require Stowers-LIMS/zpl
```

How to use:
-----------

[](#how-to-use)

```
$driver = new \Zpl\ZplBuilder('mm');
$driver->setEncoding(28);
$driver->setFontMapper(new \Zpl\Fonts\Bematech\Lb1000());

$driver->SetFont('Arial',16);
$driver->SetXY(0, 0);
$driver->drawCell(100, 10, 'Hello World', true, true, 'C');

\Zpl\Printer::printer('192.168.1.1')->send($driver->toZpl());
```

Credit:
-------

[](#credit)

This package is a fork of Anderson Luiz Silvério's [ZPL library](https://github.com/andersonls/zpl) and includes classes from Rob Gridley's [Zebra Library](https://github.com/robgridley/zebra)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 51.4% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1044465?v=4)[Andrew Koebbe](/maintainers/akoebbe)[@akoebbe](https://github.com/akoebbe)

---

Top Contributors

[![andersonls](https://avatars.githubusercontent.com/u/1561038?v=4)](https://github.com/andersonls "andersonls (18 commits)")[![akoebbe](https://avatars.githubusercontent.com/u/1044465?v=4)](https://github.com/akoebbe "akoebbe (17 commits)")

### Embed Badge

![Health badge](/badges/stowers-lims-zpl/health.svg)

```
[![Health](https://phpackages.com/badges/stowers-lims-zpl/health.svg)](https://phpackages.com/packages/stowers-lims-zpl)
```

PHPackages © 2026

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