bubelbub/smarthome-php
Composer 安装命令:
composer require bubelbub/smarthome-php
包简介
PHP Library for SmartHome
README 文档
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.
统计信息
- 总下载量: 60
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-23