vilochane/yii2-barcode-generator

This extension based on Simple jQuery Based Barcode Generator Wrapper for BarCode Coder Library (BCC Library Version 2.0) by DEMONTE Jean-Baptiste, HOUREZ Jonathan.

Installs: 61 470

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 13

Open Issues: 1

Type:yii2-extension

pkg:composer/vilochane/yii2-barcode-generator

dev-master 2017-10-03 05:05 UTC

This package is not auto-updated.

Last update: 2025-10-19 12:02:59 UTC


README

This extension based on "Simple jQuery Based Barcode Generator" Wrapper for BarCode Coder Library (BCC Library Version 2.0) by DEMONTE Jean-Baptiste, HOUREZ Jonathan.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require vilochane/yii2-barcode-generator: dev-master

or add

"vilochane/yii2-barcode-generator": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \barcode\barcode\BarcodeGenerator::widget(); ?>```