2017 © Pedro Peláez
 

library livescoreapi

Simple www.livescore-api.com wrapper

image

stomas/livescoreapi

Simple www.livescore-api.com wrapper

  • Tuesday, July 18, 2017
  • by stebuklas
  • Repository
  • 0 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

LiveScoreAPI

How to use

Install using composer, (*1)

composer require "stomas/livescoreapi"

Add LivescoreAPIServiceProvider to config/app.php, (*2)

'providers' => [
  Stomas\Livescoreapi\LivescoreAPIServiceProvider::class,
]

And use it in your code, (*3)

$api = new Stomas\Livescoreapi\Wrapper\LiveScoreAPI();
$api->liveMatches(); //return array of Match objects

The Versions

18/07 2017

dev-master

9999999-dev

Simple www.livescore-api.com wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tomas Stasiulionis

18/07 2017

0.0.3

0.0.3.0

Simple www.livescore-api.com wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tomas Stasiulionis

18/07 2017

0.0.2

0.0.2.0

Simple www.livescore-api.com wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tomas Stasiulionis

14/07 2017

0.0.1

0.0.1.0

Simple www.livescore-api.com wrapper

  Sources   Download

MIT

The Development Requires

by Tomas Stasiulionis