Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 209 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 209 Bytes

github-commit

Get the last GitHub commit of a specific user

Usage

$commit = new GithubLastCommit('username', 'GITBUB_CLIENT_ID', 'GITHUB_CLIENT_SECRET');
$commit = $commit->getLastCommit();