Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
3kbest committed Jun 28, 2020
1 parent 2656ba9 commit 66b89ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
## Synopsis
This is a quick-to-implement library that connects your PHP project to the Phillips Hue lighting system. When I started writing an app for the Hue I found a need for an SDK that was complete and uncomplex with decent documentation. AlphaHue is an attempt to fill that need and speed up the process of getting started.

AlphaHue uses the [PhpRestClient](https://github.com/innesian/PhpRestClient) to interact with the Hue APIs.
Forked from https://github.com/innesian/AlphaHue

Changed to antoher curl class due to notice errors.
And fixes some issues

## Setup
### Installation with Composer.
Clone the repository.
```
$ git clone https://github.com/innesian/AlphaHue.git
$ git clone https://github.com/3kbest/AlphaHue.git
```
Install Composer in your project using cURL (command below) or [download the composer.phar directly](http://getcomposer.org/composer.phar).
```
Expand Down

0 comments on commit 66b89ca

Please sign in to comment.