2017 © Pedro Peláez
 

library php-evangelists

A package that tells you what type of evangelist you are depending on the number of public repos you have on github

image

vundi/php-evangelists

A package that tells you what type of evangelist you are depending on the number of public repos you have on github

  • Tuesday, January 12, 2016
  • by vickris
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP evangelize

Scrutinizer Code Quality Build Status Coverage Status, (*1)

PHP evangelize is a PHP package that tells a user what type of evangelist He/She is based on the number of public repositories they own on Github., (*2)

Installation

Inside your project folder, run this commands ``` bash $ composer require vundi/phpevangelize $ composer install, (*3)



## Sample Usage ``` php <?php require 'vendor/autoload.php'; use Vundi\Checkpoint1\GithubApi; use Vundi\Checkpoint1\EvangelistStatus; use Vundi\Checkpoint1\Exceptions\InvalidUsername; use Vundi\Checkpoint1\Exceptions\NoUsernamePassed; try { $user = new EvangelistStatus("andela-cvundi"); echo $user->getStatus(); } catch (InvalidUsername $e) { echo $e->getMessage(); } catch (NoUsernamePassed $e) { echo $e->getMessage(); }

Credits

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions

12/01 2016

dev-master

9999999-dev https://github.com/andela-cvundi/PHP-evangelize

A package that tells you what type of evangelist you are depending on the number of public repos you have on github

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Vundi

php evangelists

05/01 2016

dev-development

dev-development https://github.com/andela-cvundi/PHP-evangelize

A package that tells you what type of evangelist you are depending on the number of public repos you have on github

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Vundi

php evangelists

22/12 2015

dev-test

dev-test https://github.com/andela-cvundi/checkpoint1

A package that tells you what type of evangelist you are depending on the number of public repos you have on github

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Christopher Vundi

php evangelists