PHPackages                             rnv619/barcode - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rnv619/barcode

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rnv619/barcode
==============

Barcode Generator

v2.0(7y ago)017PHP

Since Jul 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rnv619/PHP-BarcodeGenerator)[ Packagist](https://packagist.org/packages/rnv619/barcode)[ RSS](/packages/rnv619-barcode/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

PHP-BarcodeGenerator
====================

[](#php-barcodegenerator)

This script generates barcodes in four barcode formats including Code 128, Code 39, Code 2of5, and Codabar, you have options for generating as “vertical” or “horizontal” display, varying barcode heights and one of four barcode formats. It does require the GD Library to be installed as a module in PHP.

Installation
------------

[](#installation)

```
$ php composer.phar require rnv619/barcode "@dev"

```

or add

```
"rnv619/barcode": "@dev"

```

How to Use
----------

[](#how-to-use)

- Create Object of rnv619\\barcode\\GenerateBarcode class
- Provice required inputs
- Done

### Example:

[](#example)

```
require 'vendor/autoload.php';

$gen = new \rnv619\barcode\GenerateBarcode("Code39", "20", "Rahul Ranva", true, "horizontal");
$result = $gen->getCode();
echo "";

```

#### Supported Barcode Types

[](#supported-barcode-types)

- code128
- code128b
- code128a
- code39
- code25
- codabar

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

3

Last Release

2862d ago

Major Versions

v1.0.1 → v2.02018-07-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/499d48a0952c304fe3764d601dc08482fd58e4ca265480e43117328e6da1b0bb?d=identicon)[rnv619](/maintainers/rnv619)

---

Top Contributors

[![rnv619](https://avatars.githubusercontent.com/u/16833327?v=4)](https://github.com/rnv619 "rnv619 (3 commits)")

### Embed Badge

![Health badge](/badges/rnv619-barcode/health.svg)

```
[![Health](https://phpackages.com/badges/rnv619-barcode/health.svg)](https://phpackages.com/packages/rnv619-barcode)
```

###  Alternatives

[ayesh/composer-preload

Preload your sweet sweet code to opcache with a composer command, making your code faster to run

209126.9k](/packages/ayesh-composer-preload)[alexwight/php-signalr-client

Signal R Client

2329.3k](/packages/alexwight-php-signalr-client)

PHPackages © 2026

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