PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Github PHP Rating   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Github PHP Rating
Compute a score of your participation in GitHub
Author: By
Last change:
Date: 1 year ago
Size: 328 bytes
 

Contents

Class file image Download

Github Score

Get your Github Score in a click (useful to see how active you are on Github)

Usage

<?php
require 'src/Github/Score.php';

use Github\Score;

$sUsername = 'pH-7';
echo 'My Github Score: ' . Score::forUser($sUsername);

Requirements