PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Github PHP Rating   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Github PHP Rating
Compute a score of your participation in GitHub
Author: By
Last change:
Date: 1 year ago
Size: 562 bytes
 

Contents

Class file image Download
{ "name": "ph-7/GithubRating", "description": "Get your Github Score in a click", "keywords": ["interview", "cv", "score", "github"], "type": "library", "homepage": "http://ph7.me", "license": "MIT", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "http://ph7.me" } ], "require": { "php": ">=7.1.0", "illuminate/support": "^5.5" }, "require-dev": { "phpunit/phpunit": "^6.4", "phake/phake": "^3.0" }, "autoload": { "psr-4": { "PH7\\": "src" } } }