Download the PHP package m3m0r7/nfc-for-php without Composer
On this page you can find all versions of the php package m3m0r7/nfc-for-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package nfc-for-php
What is nfc-for-php?
This library is a toy for me. You can read NFC with libnfc written in PHP.
Requirements
- PHP 7.4+
- PHP FFI
- libnfc 1.8.0 (if you use NFC reader for PaSoRi RC-S330)
- libusb 1.0.24 (if you use NFC reader for PaSoRi RC-S380)
Tested
- OS
- Mac Big Sur
- RaspberryPi (Raspbian)
- FeliCa
- PASMO
- Suica
- KONAMI e-AMUSEMENT pass
- Pixel5
- PaSoRi RC-S330
- You cannot touch Apple Wallet on iOS
- https://www.amazon.co.jp/dp/B001MVPD8U/
- PaSoRi RC-S380 (experimental)
- Supported only to a FeliCa
- You can touch Apple Wallet on iOS
- https://www.amazon.co.jp/dp/B00948CGAG/
Quick start
Mac
RC-S330
-
Install libnfc
-
Install this library
- Connect NFC Device into your machine.
-
Run example code
- Put your NFC
- You can get output.
RC-S380
-
Install libusb
-
Install this library
- Connect NFC Device into your machine.
-
Run example code
- Put your NFC
- You can get output.
NFC binary
We're providing NFC binary in vendor/bin
.
And you can use 3 commands start
, ls
and version
start
Start to listen NFC reader.
You can change the driver if you want to use other driver.
You can specify hook events in CLI command.
For example, you can use example file.
And you want to more details, please run below command.
ls
Show available devices.
You can change the driver if you want to use other driver.
And you want to more details, please run below command.
version
Show PHP driver version.
You can change the driver if you want to use other driver.
And you want to more details, please run below command.
How to use
- See examples
Troubleshooting
Q. How to recognize a device?
A. You must have granted permission to user.
I already test on RaspberryPI (Raspbian), it should grant to access permission to /dev/*
or using super user (e.g., the root user).
If you did not have permissions, cannot recognize a device on your environment and the libusb return an error LIBUSB_ERROR_ACCESS
.
Q. Cannot start second time or later on macOS
A. You must reconnect the connected USB plug because libnfc/libusb return an invalid packet in the macOS when second time or later. I don't know how to fix it.
License
- MIT
All versions of nfc-for-php with dependencies
ext-ffi Version *
illuminate/collections Version ^8.63
monolog/monolog Version ^2.3
symfony/console Version ^5.3