PHPackages                             revosystems/product-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. revosystems/product-label

AbandonedArchivedLibrary

revosystems/product-label
=========================

v1.1.1(3y ago)07.2k[1 issues](https://github.com/revosystems/product-label/issues)PHP

Since Apr 3Pushed 3y ago2 watchersCompare

[ Source](https://github.com/revosystems/product-label)[ Packagist](https://packagist.org/packages/revosystems/product-label)[ RSS](/packages/revosystems-product-label/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (17)Used By (0)

ProductLabel package
====================

[](#productlabel-package)

RevoSystems package to print labels from Revo Retail admin.
-----------------------------------------------------------

[](#revosystems-package-to-print-labels-from-revo-retail-admin)

### Installation

[](#installation)

Modify composer json to include productLabel repository

```
"repositories": [
    {
        "type": "vcs",
        "url": "git@github.com:revosystems/productLabel.git"
    }
],

```

Install productLabel with composer.

```
composer require revosystems/productLabel

```

### Recommended usage

[](#recommended-usage)

```
// Pass a json decoded label and products list to de LabelPage renderer.
$html = ProductLabelPage::make($label)->render($products);

// Now we can use any HtmlToPDF library to render it.
$pdf = SnappyPdf::loadHtml($html)
    ->setOption('zoom', 1.5636)    // Avoid html resize when printing.
    ->setOption('margin-top', 0)->setOption('margin-bottom', 0)
    ->setOption('margin-left', 0)->setOption('margin-right', 0);
return $pdf->inline('invoice.pdf');

```

Available papers:

```
[
    "1274"  => ["width" => 105.0,   "height" => 37.130 ],  //Default label size 105  37.0
    "1284"  => ["width" => 52.5,    "height" => 21.216 ],  //Default label size 52.5 21.2
    "1286"  => ["width" => 52.5,    "height" => 29.706 ],  //Default label size 52.5 29.7
];

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~177 days

Recently: every ~313 days

Total

12

Last Release

1379d ago

Major Versions

v0.1 → v1.02017-04-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/13aa4a25aaa44beac32fbd47c7a3c3b76b0ad7754e75600f8b7e229815bdd8aa?d=identicon)[revosystems](/maintainers/revosystems)

---

Top Contributors

[![PauRevo](https://avatars.githubusercontent.com/u/35812841?v=4)](https://github.com/PauRevo "PauRevo (10 commits)")[![BadChoice](https://avatars.githubusercontent.com/u/93900?v=4)](https://github.com/BadChoice "BadChoice (3 commits)")[![PauBenetPrat](https://avatars.githubusercontent.com/u/8748692?v=4)](https://github.com/PauBenetPrat "PauBenetPrat (1 commits)")

### Embed Badge

![Health badge](/badges/revosystems-product-label/health.svg)

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

###  Alternatives

[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)[proner/phppimaco

Lib para geração de Etiquetas PIMACO

7470.0k](/packages/proner-phppimaco)[hipay/hipay-fullservice-sdk-magento2

The HiPay Fullservice module for Magento 2 is a PHP module which allows you to accept payments in your Magento 2 online store.

11195.3k1](/packages/hipay-hipay-fullservice-sdk-magento2)[skeeks/cms-shop

Интернет магазин для SkeekS CMS

145.5k20](/packages/skeeks-cms-shop)

PHPackages © 2026

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