e00ax / php-sh
Minimalistic Laravel smarthome
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:project
Requires
- volantus/php-pigpio: ^0.3.0
This package is not auto-updated.
Last update: 2025-04-15 11:57:06 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!