stomas/livescoreapi

Simple www.livescore-api.com wrapper

0.0.3 2017-07-18 17:36 UTC

This package is not auto-updated.

Last update: 2024-05-26 01:53:28 UTC


README

How to use

Install using composer

composer require "stomas/livescoreapi"

Add LivescoreAPIServiceProvider to config/app.php

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

And use it in your code

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