Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 328 Bytes

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