Philip Sturgeon - [email protected]
CodeIgniter-GitHub is a CodeIgniter library which is essentially a wrapper for the GitHub API.
Return an object for the given user, or returns false if the user does not exist
$this->github_lib->user_info('bobbyjoe');
Return a list of commits for a project by a user.
$this->github_lib->user_timeline('philsturgeon', 'codeigniter-github');
$this->github_lib->user_timeline('philsturgeon', 'codeigniter-github', 'branchname');
Return a list of repositories matching a search term. Optional 3rd parameter specifies programming language
$this->github_lib->search('codeigniter');
$this->github_lib->search('codeigniter', 'php');
If you'd like to request changes, report bug fixes, or contact the developer of this library, email [email protected]