Skip to content

Bubelbub/SmartHome-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartHome-PHP


That's a library for SmartHomes. Written in PHP.

Supported SmartHomes

Installation (Normal way)

  1. Download GIT

    Debian/Ubuntu: apt-get install git-core Windows: http://msysgit.github.io/

  2. Download composer

     $ php -r "readfile('https://getcomposer.org/installer');" | php
    
  3. Install a new project

     $ php composer.phar create-project bubelbub/smarthome-php directory_path/
    
  4. 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" .

  5. Have fun!

Installation (Old way / Repository way)

  1. Download GIT

    Debian/Ubuntu: apt-get install git-core Windows: http://msysgit.github.io/

  2. Clone the project

     $ git clone https://github.com/Bubelbub/SmartHome-PHP.git
    
  3. Go into the directory

     $ cd SmartHome-PHP
    
  4. Download composer

     $ php -r "readfile('https://getcomposer.org/installer');" | php
    
  5. "Install" the repository

     $ php composer.phar install
    
  6. Have fun!

License

SmartHome-PHP is licensed under a MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages