stomas/livescoreapi

Simple www.livescore-api.com wrapper

Maintainers

Package info

github.com/stomas/livescoreapi

pkg:composer/stomas/livescoreapi

Statistics

Installs: 46

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

0.0.3 2017-07-18 17:36 UTC

This package is not auto-updated.

Last update: 2026-03-15 11:18:55 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