burayan / evangalize
Github User Analysis
v1.0
2015-10-06 10:57 UTC
Requires (Dev)
- phpunit/phpunit: 4.8.6
This package is not auto-updated.
Last update: 2026-04-30 01:31:25 UTC
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.