Download the PHP package slvler/livescore-service without Composer

On this page you can find all versions of the php package slvler/livescore-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package livescore-service

slvler - Live Score Service

tests Latest Stable Version Latest Unstable Version Total Downloads License

Live Score Client for api-football.com

Welcome to Api-Football! You can use our API to access all API endpoints, which can get information about Football Leagues & Cups.

Installation

To install this package tou can use composer:

Usage

Basic usage

Example

Available methods

General

Status

Get the list status

Countries

Countries

Get the list of available countries for the leagues endpoint.

The name and code fields can be used in other endpoints as filters.

Leagues

Countries

Get the list of available leagues and cups. This endpoint also returns the coverage of each competition, which makes it possible to know what is available for that league or cup.

Seasons

All seasons are only 4-digit keys, so for a league whose season is 2018-2019 like the English Premier League (EPL), the 2018-2019 season in the API will be 2018.

Teams

Teams Information

Get the list of available teams. The team id are unique in the API and teams keep it among all the leagues/cups in which they participate.

Teams Statistics

The team id are unique in the API and teams keep it among all the leagues/cups in which they participate.

Teams Seasons

Get the list of seasons available for a team.

Teams Countries

Get the list of countries available for the teams endpoint.

Venues

Venues

Get the list of available venues. The venue id are unique in the API.

Standings

Standings

Get the standings for a league or a team. Return a table of one or more rankings according to the league / cup.

Fixtures

Rounds

Get the rounds for a league or a cup. The round can be used in endpoint fixtures as filters

Fixtures

For all requests to fixtures you can add the query parameter timezone to your request in order to retrieve the list of matches in the time zone of your choice like “Europe/London“

Head To Head

Get heads to heads between two teams.

Statistics

Get the statistics for one fixture.

Events

Get the events from a fixture.

Lineups

Get the lineups for a fixture. Lineups are available between 20 and 40 minutes before the fixture when the competition covers this feature. You can check this with the endpoint leagues and the coverage field.

Players statistics

Get the players statistics from one fixture.

Injuries

Injuries

Get the list of players not participating in the fixtures for various reasons such as suspended, injured for example

Predictions

Predictions

Get predictions about a fixture. The predictions are made using several algorithms including the poisson distribution, comparison of team statistics, last matches, players etc…

Coachs

Coachs

Get all the information about the coachs and their careers.

Players

Seasons

Get all available seasons for players statistics.

Players

Get players statistics.

Squads

Return the current squad of a team when the team parameter is used. When the player parameter is used the endpoint returns the set of teams associated with the player.

Top Scorers

Get the 20 best players for a league or cup.

Top Assists

Get the 20 best players assists for a league or cup.

Top Yellow Cards

Get the 20 players with the most yellow cards for a league or cup.

Top Red Cards

Get the 20 players with the most red cards for a league or cup.

Transfers

Transfers

Get all available transfers for players and teams

Trophies

Transfers

Get all available trophies for a player or a coach.

Sidelined

Sidelined

Get all available sidelined for a player or a coach.

Odds

Odds / Live

This endpoint returns in-play odds for fixtures in progress.

Odds / Live / Bets

Get all available bets for in-play odds.

Odds

Get odds from fixtures, leagues or date.

Mapping

Get the list of available fixtures id for the endpoint odds.

Bookmakers

Get all available bookmakers.

Bets

Get all available bets for pre-match odds.

Testing

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of livescore-service with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package slvler/livescore-service contains the following files

Loading the files please wait ....