2017 © Pedro Peláez
 

project open-source-evangelist-agnostic-package

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

image

sirolad/open-source-evangelist-agnostic-package

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

  • Wednesday, August 2, 2017
  • by sirolad
  • Repository
  • 1 Watchers
  • 5 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 8 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Open Source Evangelist Agnostic Package

Build Status CircleCI, (*1)

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 :, (*2)

>= 5 and <= 10 Junior Evangelist, (*3)

>= 11 and <= 20 Associate Evangelist, (*4)

>= 21 Most Senior Evangelist, (*5)

DIRECTORY STRUCTURE

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

Installation

PHP 7.0+ and Composer are required., (*6)

Via Composer, (*7)

``` bash $ composer install sirolad/open-source-evangelist-agnostic-package, (*8)


``` bash $ composer install

Usage

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

Note that $username is the GitHub username of the individual., (*9)

Change log

Please check out CHANGELOG file for information on what has changed recently., (*10)

Testing

``` bash $ vendor/bin/phpunit test, (*11)


``` composer $ composer test

Contributing

Please check out CONTRIBUTING file for detailed contribution guidelines., (*12)

Credits

Open-source Evangelist is developed and maintained by Surajudeen Akande., (*13)

License

Open-source Evangelist is released under the MIT Licence. See the bundled LICENSE file for details., (*14)

The Versions

02/08 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by andela-sakande