Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/letsjump/yii2-barcode-reader
- Owner: letsjump
- Created: 2016-09-29T13:08:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T07:20:34.000Z (about 8 years ago)
- Last Synced: 2024-10-20T10:08:49.015Z (2 months 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 Yii2Installation
------------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(); ?>```