burayan/evangalize

Github User Analysis

Maintainers

Package info

github.com/andela-bmosigisi/evangalize

Issues

pkg:composer/burayan/evangalize

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

v1.0 2015-10-06 10:57 UTC

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.