sirolad/open-source-evangelist-agnostic-package

This package aims to provide an analysis based on the number of open source

dev-master 2017-08-02 07:18 UTC

This package is not auto-updated.

Last update: 2024-05-15 15:59:23 UTC


README

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.