bubelbub / smarthome-php
PHP Library for SmartHome
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 9
Forks: 10
Open Issues: 6
pkg:composer/bubelbub/smarthome-php
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2025-12-02 07:42:36 UTC
README
That's a library for SmartHomes. Written in PHP.
Supported SmartHomes
Installation (Normal way)
-
Download GIT
Debian/Ubuntu:
apt-get install git-coreWindows: http://msysgit.github.io/ -
Download composer
$ php -r "readfile('https://getcomposer.org/installer');" | php -
Install a new project
$ php composer.phar create-project bubelbub/smarthome-php directory_path/ -
Copy example file to your current directory
Debian/Ubuntu:
cp "vendor/bubelbub/smarthome-php/Bubelbub/SmartHomePHP/example.php" .Windows:copy "vendor\bubelbub\smarthome-php\Bubelbub\SmartHomePHP\example.php" . -
Have fun!
Installation (Old way / Repository way)
-
Download GIT
Debian/Ubuntu:
apt-get install git-coreWindows: http://msysgit.github.io/ -
Clone the project
$ git clone https://github.com/Bubelbub/SmartHome-PHP.git -
Go into the directory
$ cd SmartHome-PHP -
Download composer
$ php -r "readfile('https://getcomposer.org/installer');" | php -
"Install" the repository
$ php composer.phar install -
Have fun!
License
SmartHome-PHP is licensed under a MIT License.