https://github.com/letsjump/yii2-barcode-reader
https://github.com/letsjump/yii2-barcode-reader
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/letsjump/yii2-barcode-reader
- Owner: letsjump
- Created: 2016-09-29T13:08:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T07:20:34.000Z (over 9 years ago)
- Last Synced: 2025-01-22T09:30:05.736Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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(); ?>```