stomas/livescoreapi

简单的 www.livescore-api.com 包装器

0.0.3 2017-07-18 17:36 UTC

This package is not auto-updated.

Last update: 2024-09-29 03:31:12 UTC


README

如何使用

使用 composer 安装

composer require "stomas/livescoreapi"

将 LivescoreAPIServiceProvider 添加到 config/app.php

'providers' => [
  Stomas\Livescoreapi\LivescoreAPIServiceProvider::class,
]

然后在您的代码中使用它

$api = new Stomas\Livescoreapi\Wrapper\LiveScoreAPI();
$api->liveMatches(); //return array of Match objects