Skip to content

emeka-osuagwu/Evangelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Quality Score

Evangelist

This is a light PHP package that helps you access Github user status and more from Github API.

Install

Via Composer

To add open-source-evangelist as a dependency, run the following in your project directory.

$ composer install emeka/evangelist

Then to install, run

$ composer install

Usage

###First

Create .env file in your root Directory

Then add the following

  • client_id ="client id"
  • github_org ="Org name"
  • github_repo ="repo name"
  • client_secret ="client secret"
  • github_username ="username"
  • github_password ="password"

Then

$user = new GetUserStatus();
echo $user->getStatus();

Testing

To test, type the following into the terminal from the project directory

$ phpunit

or

$ composer test

Security

f you discover any security related issues, please email emekaosuagwuandela@gmail.com instead of using the issue tracker.

Credit

###Emeka Osuagwu

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages