An open API service indexing awesome lists of open source software.

https://github.com/letsjump/yii2-barcode-reader


https://github.com/letsjump/yii2-barcode-reader

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Yii2 Barcode Reader
===================
A barcode reader / parser for Yii2

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist letsjump/yii2-barcodyii "*"
```

or add

```
"letsjump/yii2-barcodyii": "*"
```

to the require section of your `composer.json` file.

Usage
-----

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

```php
= \letsjump\barcodyii\AutoloadExample::widget(); ?>```