LaunchKey implementation for CakePHP
A sample CakePHP Plugin for using the LaunchKey API
Requirements
- PHP 5.3+
- CakePHP 2.3+
[Manual]
Download this: http://github.com/lv-php/launchkey-cakephp/zipball/master
Unzip that download.
Copy the resulting folder to app/plugins
Rename the folder you just copied to LaunchKey
[GIT Submodule]
In your app directory type:
git submodule add git://github.com/lv-php/launchkey-cakephp.git plugins/LaunchKey
git submodule init
git submodule update
[GIT Clone]
In your plugin directory type
git clone git://github.com/lv-php/launchkey-cakephp.git LaunchKey
CakePlugin::load("LaunchKey");
public $components = array(
'LaunchKey' => array(
'appid' => '123456789',
'secretKey' => 'asdfasdfasdf',
'privateKey' => '/my/private/key.key',
'polling' => TRUE, // True for private IP address or development
)
);
- Setup TravisCI for Project Travis CI Stuff
- Get LaunchKey Integration Working LaunchKey Docs