rociosoft / yii2-barcode
use BCGcode
Package info
github.com/rociosoft/yii2-barcode
Type:yii2-extension
pkg:composer/rociosoft/yii2-barcode
dev-master
2021-05-18 09:58 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-18 20:47:23 UTC
README
forked from iam888/yii2-barcode
create barcode
use BCGcode
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist barcode/yii2-barcode "*"
or add
"rociosoft/yii2-barcode": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \barcode\barcode\AutoloadExample::widget(); ?>```