2017 © Pedro Peláez
 

library cfb-data

Php port of BlueSCar/cfb-data

image

jtet/cfb-data

Php port of BlueSCar/cfb-data

  • Thursday, February 23, 2017
  • by jtet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

cfb-data

Php port of BlueSCar/cfb-data, (*1)

Installation

composer require jtet/cfb-data, (*2)

Use

require_once 'vendor/autoload.php';

use CFBData\Scoreboard;
use CFBData\Game;
use CFBData\Rankings;

$scoreboard = Scoreboard::get(2016,2);

//print_r($scoreboard);

$game = Game::get(400763535);

//print_r($game);

$rankings = Rankings::get(2016,2);

//print_r($rankings);

The Versions

23/02 2017

dev-master

9999999-dev

Php port of BlueSCar/cfb-data

  Sources   Download

MIT

The Requires