PHPackages                             cristiandean/bar-code - 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. cristiandean/bar-code

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

cristiandean/bar-code
=====================

BarCode plugin for CakePHP

2.0.0.x-dev(9y ago)0723↓90.9%1[1 issues](https://github.com/cristiandean/bar-code/issues)PHP

Since May 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cristiandean/bar-code)[ Packagist](https://packagist.org/packages/cristiandean/bar-code)[ RSS](/packages/cristiandean-bar-code/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

CakePHP Barcode plugin
======================

[](#cakephp-barcode-plugin)

A plugin for managing barCode in CakePHP applications.

Installing via composer
-----------------------

[](#installing-via-composer)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require cristiandean/bar-code

```

Then in your `config\bootstrap.php`:

```
Plugin::load('BarCode');
```

Accepted types
--------------

[](#accepted-types)

- TYPE\_CODE\_39
- TYPE\_CODE\_39\_CHECKSUM
- TYPE\_CODE\_39E
- TYPE\_CODE\_39E\_CHECKSUM
- TYPE\_CODE\_93
- TYPE\_STANDARD\_2\_5
- TYPE\_STANDARD\_2\_5\_CHECKSUM
- TYPE\_INTERLEAVED\_2\_5
- TYPE\_INTERLEAVED\_2\_5\_CHECKSUM
- TYPE\_CODE\_128
- TYPE\_CODE\_128\_A
- TYPE\_CODE\_128\_B
- TYPE\_CODE\_128\_C
- TYPE\_EAN\_2
- TYPE\_EAN\_5
- TYPE\_EAN\_8
- TYPE\_EAN\_13
- TYPE\_UPC\_A
- TYPE\_UPC\_E
- TYPE\_MSI
- TYPE\_MSI\_CHECKSUM
- TYPE\_POSTNET
- TYPE\_PLANET
- TYPE\_RMS4CC
- TYPE\_KIX
- TYPE\_IMB
- TYPE\_CODABAR
- TYPE\_CODE\_11
- TYPE\_PHARMA\_CODE
- TYPE\_PHARMA\_CODE\_TWO\_TRACKS

Examples
--------

[](#examples)

Embedded PNG image in a Controller:

```
$this->loadComponent('BarCode.BarCode');
echo $this->BarCode->getBarcodeJPG('0779100015110051582710007957947067161000000500', 'I25');
exit;
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

3311d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0139b62e0778e8eb40dc93e5551310418d9d0b36d762d04c924b81bda58bb04?d=identicon)[cristiandean](/maintainers/cristiandean)

---

Top Contributors

[![cristiandean](https://avatars.githubusercontent.com/u/25023177?v=4)](https://github.com/cristiandean "cristiandean (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cristiandean-bar-code/health.svg)

```
[![Health](https://phpackages.com/badges/cristiandean-bar-code/health.svg)](https://phpackages.com/packages/cristiandean-bar-code)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42776.5k46](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3096.0k5](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1674.7k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-flash

A CakePHP plugin around powerful flash message handling.

1229.9k2](/packages/dereuromark-cakephp-flash)

PHPackages © 2026

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