emeka/evangelist
Composer 安装命令:
composer require emeka/evangelist
包简介
This is a light PHP package that helps you access Github user infomation from Github API.
关键字:
README 文档
README
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.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-02