2017 © Pedro Peláez
 

cakephp-plugin bar-code

BarCode plugin for CakePHP

image

cristiandean/bar-code

BarCode plugin for CakePHP

  • Monday, November 6, 2017
  • by cristiandean
  • Repository
  • 0 Watchers
  • 0 Stars
  • 182 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

CakePHP Barcode plugin

A plugin for managing barCode in CakePHP applications., (*1)

Installing via composer

You can install this plugin into your CakePHP application using composer., (*2)

The recommended way to install composer packages is:, (*3)

composer require cristiandean/bar-code

Then in your config\bootstrap.php:, (*4)

Plugin::load('BarCode');

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

Embedded PNG image in a Controller:, (*5)

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

The Versions

06/11 2017

dev-master

9999999-dev

BarCode plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

29/05 2017

2.0.0.x-dev

2.0.0.9999999-dev

BarCode plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires