jeffersoncarvalho / yii2-quagga
The QuaggaJS for Yii2 EAN13 extension for the Yii framework
Package info
github.com/jscarvalho76/yii2-quagga
Language:JavaScript
Type:yii2-extension
pkg:composer/jeffersoncarvalho/yii2-quagga
1.1.9
2019-05-02 14:48 UTC
Requires
- rmrevin/yii2-fontawesome: ~3.3
- yiisoft/yii2: ~2.0.0
README
QuaggaJS
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist jeffersoncarvalho/yii2-quagga "~1.1.0"
or add
"jeffersoncarvalho/yii2-quagga": "~1.1.0"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
PHP
<?php use jeffersoncarvalho\quagga\Quagga; echo Quagga::widget(); ?>
Licence
The BSD 3-Clause "New" or "Revised" License. Please see License File for more information.