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

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

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.