Skip to content

Or Git-Igniter as it should be called. Wrapper for the github API in PHP (will start when I get home).

Notifications You must be signed in to change notification settings

bridgettkelly76/codeigniter-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter-GitHub

Author

Philip Sturgeon - [email protected]

Description

CodeIgniter-GitHub is a CodeIgniter library which is essentially a wrapper for the GitHub API.

Usage

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');

Extra

If you'd like to request changes, report bug fixes, or contact the developer of this library, email [email protected]

About

Or Git-Igniter as it should be called. Wrapper for the github API in PHP (will start when I get home).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published