Skip to content

Instantly share code, notes, and snippets.

<?php
use Illuminate\Support\Facades\Http;
class GitHubScoreCalculator
{
const ENDPOINT = 'https://api.github.com/users/%s/events/public';
const DEFAULT_SCORE_KEY = 'default';