Skip to content

Commit

Permalink
Merge pull request #4 from navarr/license-readme
Browse files Browse the repository at this point in the history
Update Composer License and README
  • Loading branch information
muesli committed Dec 4, 2014
2 parents af4f219 + 185d904 commit f412ee7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ PHP library to control the Phillips Hue lighting system. Started out as a fork o
Getting Started
---------------

hue.php contains the entire huephp class and all its functions for interacting with the Hue hub.
The src/ directory contains the huephp classes and all necessary functions for interacting with the Hue hub.

Additionally, you can easily require huephp as a dependency using [composer](https://getcomposer.org/)

`php composer.phar require muesli/huephp ~1.0`

Check out the "samples" directory. You'll find a few demos, showing you how to interact with huephp. It uses the PEST php REST client for ease of communication, but as a user of huephp, you don't need to worry about the details.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "muesli/huephp",
"description": "PHP library to control the Phillips Hue lighting system",
"minimum-stability": "stable",
"license": "proprietary",
"license": "MIT",
"authors": [
{
"name": "Christian Muehlhaeuser",
Expand Down

0 comments on commit f412ee7

Please sign in to comment.