sly / rpi-manager
A PHP library to manage easily your Raspberry Pi.
dev-master
2013-04-18 19:48 UTC
Requires
- php: >=5.3.0
- monolog/monolog: 1.2.*
- react/http: 0.2.*
- symfony/console: 2.2.*
- symfony/options-resolver: 2.2.*
- symfony/process: 2.2.*
Requires (Dev)
- atoum/atoum: dev-master
This package is not auto-updated.
Last update: 2024-10-26 14:12:19 UTC
README
Some Raspberry Pi tests with this personal experimental PHP library. Still in progress.
Covering
- GPIO pins management
- GPIO radio 433MHz emits
Requirements
- PHP 5.3+
- A Raspberry Pi
- A SSH connection to the RPi if this library is not self-hosting
For GPIO managers:
- WiringPi GPIO library has to be installed
- For GPIO radio usage with 433MHz emitter, RCSSwitch-Pi library has to be installed too
Usage examples
Todo
- Add new features
- Add other connection clients
- Write more documentation and examples
- Write tests (hum... ASAP!)