library smarthome-php
PHP Library for SmartHome
bubelbub/smarthome-php
PHP Library for SmartHome
- Tuesday, February 10, 2015
- by Bubelbub
- Repository
- 10 Watchers
- 13 Stars
- 54 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 12 Forks
- 6 Open issues
- 1 Versions
- 0 % Grown
# SmartHome-PHP
That's a library for SmartHomes. Written in PHP., (*1)
Supported SmartHomes
Installation (Normal way)
-
Download GIT, (*2)
Debian/Ubuntu: apt-get install git-core
Windows: http://msysgit.github.io/, (*3)
-
Download composer, (*4)
$ php -r "readfile('https://getcomposer.org/installer');" | php
-
Install a new project, (*5)
$ php composer.phar create-project bubelbub/smarthome-php directory_path/
-
Copy example file to your current directory, (*6)
Debian/Ubuntu: cp "vendor/bubelbub/smarthome-php/Bubelbub/SmartHomePHP/example.php" .
Windows: copy "vendor\bubelbub\smarthome-php\Bubelbub\SmartHomePHP\example.php" .
, (*7)
-
Have fun!, (*8)
Installation (Old way / Repository way)
-
Download GIT, (*9)
Debian/Ubuntu: apt-get install git-core
Windows: http://msysgit.github.io/, (*10)
-
Clone the project, (*11)
$ git clone https://github.com/Bubelbub/SmartHome-PHP.git
-
Go into the directory, (*12)
$ cd SmartHome-PHP
-
Download composer, (*13)
$ php -r "readfile('https://getcomposer.org/installer');" | php
-
"Install" the repository, (*14)
$ php composer.phar install
-
Have fun!, (*15)
License
SmartHome-PHP is licensed under a MIT License., (*16)