KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SmartHome-PHP
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
rack-spyup
:
Spying request and json response
NeoPixel_Painter
:
Light painting project for Arduino Uno + NeoPixel strips
sanguinews
:
Usenet binary poster with multithreading and SSL support
Estimote-iOS-Xamarin
:
Xamarin binding for Estimote's iOS SDK
safeweb
:
Proposition of a faster and more secure Web (MinimaLT + DNSNMC)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SmartHome-PHP
?
Download (.md)
# SmartHome-PHP # ---------- That's a library for SmartHomes. Written in PHP. ## Supported SmartHomes ## - [RWE-SmartHome](http://www.rwe-smarthome.de) ## Installation (Normal way) ## 1. Download GIT Debian/Ubuntu: `apt-get install git-core` Windows: http://msysgit.github.io/ 2. Download [composer](https://getcomposer.org/download/) $ 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 3. Download [composer](https://getcomposer.org/download/) $ php -r "readfile('https://getcomposer.org/installer');" | php 4. "Install" the repository $ php composer.phar install 5. Have fun! ## License ## [SmartHome-PHP](https://github.com/Bubelbub/SmartHome-PHP) is licensed under a [MIT License](http://opensource.org/licenses/MIT).