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

ActiveCakephp-plugin

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

BarCode plugin for CakePHP

2.0.0.x-dev(8y ago)0673↑500%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 1mo 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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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

3266d 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

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M156](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M26](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k9](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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