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
Requires
- php: >=7.1
- yiisoft/yii2: *
- yiisoft/yii2-httpclient: ~2.0.0
This package is auto-updated.
Last update: 2025-03-01 00:13:25 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.