kakadu-dev/yii2-rfid-reader

Extension provide library for Rfid Reader

Installs: 91

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-11-30 10:23 UTC

This package is auto-updated.

Last update: 2024-04-29 04:03:00 UTC


README

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.

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
'rfidConnection' => [
    'class' => \Kakadu\Yii2RfidReader\Connection::class,
],

That's all. Check it.