bubelbub/smarthome-php

PHP Library for SmartHome

dev-master 2015-02-10 15:41 UTC

This package is not auto-updated.

Last update: 2024-05-06 23:53:33 UTC


README

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.