Skip to content

Instantly share code, notes, and snippets.

@lkdocs
Last active December 22, 2015 20:39
Show Gist options
  • Save lkdocs/6528081 to your computer and use it in GitHub Desktop.
Save lkdocs/6528081 to your computer and use it in GitHub Desktop.
<?php
$app_key = 1234567890;
$secret_key = "SECRET_KEY";
$private_key = file_get_contents("/path/to/private.key");
$launchKey = \LaunchKey\SDK\Client::factory($app_key, $secret_key, $private_key);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment