burayan/evangalize

Github User Analysis

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/burayan/evangalize

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

This package is not auto-updated.

Last update: 2026-01-22 00:15:49 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.