Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lkdocs/c98ef4aeaab8d634797d to your computer and use it in GitHub Desktop.
Save lkdocs/c98ef4aeaab8d634797d to your computer and use it in GitHub Desktop.
LaunchKey PHP SDK - Create Client From Factory - Config
$config = new \LaunchKey\SDK\Config();
$config->setAppKey("1234567890")
->setSecretKey("supersecretandwayrandomsecretkey")
->setPrivateKeyLocation("/usr/local/etc/launchkey-app-private-key.pem");
$client = \LaunchKey\SDK\Client::factory($config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment