sirolad / open-source-evangelist-agnostic-package
This package aims to provide an analysis based on the number of open source
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 8
Type:project
Requires
- guzzlehttp/guzzle: ~6.0
- vlucas/phpdotenv: ^2.0
Requires (Dev)
- php: >=5.5
- mockery/mockery: ^0.9.9
- phpunit/phpunit: 4.0
This package is not auto-updated.
Last update: 2024-10-30 18:04:01 UTC
README
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.