jeffersoncarvalho/yii2-quagga

The QuaggaJS for Yii2 EAN13 extension for the Yii framework

Installs: 3 066

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

1.1.9 2019-05-02 14:48 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:52 UTC


README

Latest Version on Packagist Total Downloads Software License Powered

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.