Skip to content

This package aims to provide an analysis based on the number of open source projects an individual possess on Github.

License

Notifications You must be signed in to change notification settings

sirolad/evangelist

Repository files navigation

Open Source Evangelist Agnostic Package

Build Status CircleCI

This package aims to provide an analysis based on the number of open source projects an individual possess on Github. It ranks the individual based on the number of repositories as folows :

>= 5 and <= 10 Junior Evangelist

>= 11 and <= 20 Associate Evangelist

>= 21 Most Senior Evangelist

DIRECTORY STRUCTURE

src/           core package code
tests/         tests of the core package

Installation

PHP 7.0+ and Composer are required.

Via Composer

$ composer install sirolad/open-source-evangelist-agnostic-package
$ composer install

Usage

$status = new EvangelistStatus($username);
$status->getStatus();

Note that $username is the GitHub username of the individual.

Change log

Please check out CHANGELOG file for information on what has changed recently.

Testing

$ vendor/bin/phpunit test
$ composer test

Contributing

Please check out CONTRIBUTING file for detailed contribution guidelines.

Credits

Open-source Evangelist is developed and maintained by Surajudeen Akande.

License

Open-source Evangelist is released under the MIT Licence. See the bundled LICENSE file for details.

About

This package aims to provide an analysis based on the number of open source projects an individual possess on Github.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages