Skip to content

Very simple Object Oriented wrapper for GitHub API, written with PHP7.

Notifications You must be signed in to change notification settings

cemilakan/PHPGithubApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PHPGithubApi

Very simple Object Oriented wrapper for GitHub API, written with PHP7.

Required Personal Access Token How Use All Functions

  • Create Token

    • To create token Go to Settings / Developer settings / Personal access tokens / Create new token
  • Include Github Class

  • Get any user

   $github = new Github();   
   $user = $github->getUser("cemilakan");   

Easy Peasy Lemon Squeezy

About

Very simple Object Oriented wrapper for GitHub API, written with PHP7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages