Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 379 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 379 Bytes

LiveScoreAPI

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