Skip to content

Instantly share code, notes, and snippets.

@asgrim
Last active December 31, 2015 17:29
Show Gist options
  • Save asgrim/8020837 to your computer and use it in GitHub Desktop.
Save asgrim/8020837 to your computer and use it in GitHub Desktop.
<?php
$client = new \Github\Client();
$clientId = '...';
$clientSecret = '...';
$client->authenticate($clientId, $clientSecret, \Github\Client::AUTH_URL_CLIENT_ID);
$client->api('user')->repositories('edgroup');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment