定制 emeka/evangelist 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-02