emeka/evangelist

This is a light PHP package that helps you access Github user infomation from Github API.

dev-master 2015-10-10 08:10 UTC

This package is not auto-updated.

Last update: 2025-04-26 21:08:24 UTC


README

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.