xxaxxo/fbd

Wrapper for football-data.org for Laravel 5.*
24
Install
composer require xxaxxo/fbd
Latest Version:1.2
PHP:>=5.5.9
License:MIT
Last Updated:Nov 27, 2016
Links: GitHub  ·  Packagist
Maintainer: xxaxxo

Laravel 5 package for football-data.org

============================

football-data.org

This package sole purpose is to make your interaction with football-data.org a bit easier. Pull the package - register in football-data.org

Put in your .env file

FBD_TOKEN=
FBD_URL=http://api.football-data.org/v1/

All the responses are returned as laravel collections for easier management after the request

composer require xxaxxo/fbd dev-master

Add

use xxaxxo\fbd\Services\FootballData\FootballData;

in your controller after getting the package and feed it to the model

Added a filter setter now you can use

$footballData->filter('timeFrame', 'n1')->getFixtureData();

for all the queries that accept filtering params

Related Packages

fpicosm/api-sports-football

A Laravel/Lumen wrapper for https://www.api-football.com/ calls

20 0
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,303 162
cyvelnet/laravel5-fractal

A simple fractal service provider and transformer generator with model attribute...

189,204 79
kavenegar/laravel

laravel 4 and 5 kavenegar integration

350,771 85