Skip to content

Instantly share code, notes, and snippets.

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