Skip to content

Latest commit

 

History

21 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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages