stomas / livescoreapi
Simple www.livescore-api.com wrapper
0.0.3
2017-07-18 17:36 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2025-03-30 05:59:51 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