burayan/evangalize
最新稳定版本:v1.0
Composer 安装命令:
composer require burayan/evangalize
包简介
Github User Analysis
README 文档
README
This package allows you to do analysis on a github user, by providing his username. It counts the number of repositories and informs you what category of Evangelist the user is. Also, the returned details of a particular user are provided and may be used for whatever else purpose.
A lot more features coming soon!!!
Install
- composer require burayan/evangalize
- Run: composer install
Usage
use Burayan\Evangalize\Evangelist;
use Burayan\Evangalize\EvangelistAnalysis;
$evangelist = new Evangelist("username");
$analysis = new EvangelistAnalysis($evangelist);
$analysis->init();
$analysis->getEvangelistStatus();
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-06