PHPackages                             adam-innes/alpha-hue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. adam-innes/alpha-hue

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

adam-innes/alpha-hue
====================

PHP SDK for interacting with the Phillips Hue Go Lighting System.

1.0.7(10y ago)8743[2 issues](https://github.com/innesian/AlphaHue/issues)MITPHPPHP &gt;=5.4.0

Since Feb 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/innesian/AlphaHue)[ Packagist](https://packagist.org/packages/adam-innes/alpha-hue)[ RSS](/packages/adam-innes-alpha-hue/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

AlphaHue; Phillips Hue PHP SDK
==============================

[](#alphahue-phillips-hue-php-sdk)

Synopsis
--------

[](#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.

Setup
-----

[](#setup)

### Installation with Composer.

[](#installation-with-composer)

Clone the repository.

```
$ git clone https://github.com/innesian/AlphaHue.git

```

Install Composer in your project using cURL (command below) or [download the composer.phar directly](http://getcomposer.org/composer.phar).

```
$ curl -sS http://getcomposer.org/installer | php

```

Let Composer install the project dependencies:

```
$ php composer.phar install

```

Once installed, include the autoloader in your script.

```
