Last active
August 29, 2015 14:18
-
-
Save lkdocs/260e19f3b1cc151b2be7 to your computer and use it in GitHub Desktop.
LaunchKey PHP SDK - Create Client From Factory - Simple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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