Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel livescore-api.com wrapper.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages