xxaxxo/fbd

为Laravel 5.*封装的football-data.org工具

1.2 2016-11-27 11:19 UTC

This package is auto-updated.

Last update: 2024-09-22 04:04:24 UTC


README

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

football-data.org

本包的唯一目的是使您与football-data.org的交互更加简单。拉取包 - 在football-data.org上注册

放入您的.env文件中

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

所有响应都作为laravel集合返回,以便于请求后的管理

composer require xxaxxo/fbd dev-master

添加

use xxaxxo\fbd\Services\FootballData\FootballData;

在控制器中,在获取包并将其提供给模型后

添加了一个过滤器设置器,现在您可以使用

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

所有接受过滤参数的查询