e00ax / php-sh
There is no license information available for the latest version (dev-master) of this package.
Minimalistic Laravel smarthome
dev-master
2020-11-01 23:26 UTC
Requires
- volantus/php-pigpio: ^0.3.0
This package is not auto-updated.
Last update: 2026-03-03 16:05:43 UTC
README
!!!Development status:
Package is currently in Development status. Bugs may occur, library may be unstable, API may be changed anytime.
Prequisites:
This smarthome needs a very specific enviroment, sorry if it doesn't match yours.
- Philips Hue bridge.
- Philips Hue developer id and token for the bridge.
- Nuki lock (or more) + bridge.
- Nuki id and developer token.
- Pigpiod must be running.
- Pi (or zero pi) with a lamp enviroment and a relais card for the door.
- Pi (or zero pi) with a lamp enviroment and a relais card for the Atmotec gas boiler.
- A blank laravel project (anything else doesn't make sense)
Of course everything must be setup and ready!
Installation:
Package may be installed using Composer:
composer require e00ax/php-sh
Add the ServiceProvider in config/app.php:
E00ax\Sh\ShServiceProvider::class
And publish with:
php artisan vendor:publish --provider=E00ax\Sh\ShServiceProvider
To Do:
- Use laravel session managment
- Implement auth middleware
This frontend has no security features since it is intended to run in a seperate enviroment!
Sorry, no further documentation available yet!