stomas / livescoreapi
Simple www.livescore-api.com wrapper
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 1
pkg:composer/stomas/livescoreapi
Requires
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2025-09-28 08:33:19 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