bubelbub / smarthome-php
智能家居的PHP库
dev-master
2015-02-10 15:41 UTC
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-09-24 01:54:55 UTC
README
这是一个智能家居库。用PHP编写。
支持的智能家居
安装(常规方式)
-
下载GIT
Debian/Ubuntu:
apt-get install git-core
Windows: http://msysgit.github.io/ -
下载 composer
$ php -r "readfile('https://getcomposer.org.cn/installer');" | php
-
安装新项目
$ php composer.phar create-project bubelbub/smarthome-php directory_path/
-
将示例文件复制到当前目录
Debian/Ubuntu:
cp "vendor/bubelbub/smarthome-php/Bubelbub/SmartHomePHP/example.php" .
Windows:copy "vendor\bubelbub\smarthome-php\Bubelbub\SmartHomePHP\example.php" .
-
祝您玩得开心!
安装(旧方式 / 仓库方式)
-
下载GIT
Debian/Ubuntu:
apt-get install git-core
Windows: http://msysgit.github.io/ -
克隆项目
$ git clone https://github.com/Bubelbub/SmartHome-PHP.git
-
进入目录
$ cd SmartHome-PHP
-
下载 composer
$ php -r "readfile('https://getcomposer.org.cn/installer');" | php
-
“安装”仓库
$ php composer.phar install
-
祝您玩得开心!