https://github.com/kakadu-dev/rfid-reader
Library for Rfid Readers FX
https://github.com/kakadu-dev/rfid-reader
rfid-reader
Last synced: 11 months ago
JSON representation
Library for Rfid Readers FX
- Host: GitHub
- URL: https://github.com/kakadu-dev/rfid-reader
- Owner: kakadu-dev
- License: mit
- Created: 2018-09-12T12:08:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T10:23:11.000Z (over 7 years ago)
- Last Synced: 2025-06-07T07:15:40.089Z (about 1 year ago)
- Topics: rfid-reader
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-rfid-reader
Extension provide library for Rfid Reader Java API lib
***WARNING***: need special Java library
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist kakadu-dev/yii2-rfid-reader "@dev"
```
or add
```
"kakadu-dev/yii2-rfid-reader": "@dev"
```
to the require section of your `composer.json` file.
Usage
-----
Once the extension is installed, simply use it in your code by:
Add component to main.php file:
```
common/
config/
main.php
```
```php
'rfidConnection' => [
'class' => \Kakadu\Yii2RfidReader\Connection::class,
],
```
That's all. Check it.