Download the PHP package hristonev/sportmonks-client-bundle without Composer
On this page you can find all versions of the php package hristonev/sportmonks-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hristonev/sportmonks-client-bundle
More information about hristonev/sportmonks-client-bundle
Files in hristonev/sportmonks-client-bundle
Download hristonev/sportmonks-client-bundle
More information about hristonev/sportmonks-client-bundle
Files in hristonev/sportmonks-client-bundle
Vendor hristonev
Package sportmonks-client-bundle
Short Description Easily talk to an SportMonks API in Symfony
License MIT
Package sportmonks-client-bundle
Short Description Easily talk to an SportMonks API in Symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package sportmonks-client-bundle
SportMonks API Client Library
API Version support
This API Client supports SportMonks v2.0.
Requirements
- PHP 5.6 or higher
Installation
composer require hristonev/sportmonks-client-bundle
Configuration
Usage example
Paginated resource
Reference
Include data
Above example, includes player info and player-position info into collection. Check for more query parameters.
Basic methods endpoints
Basic methods find({id}), findAll(), nextPage(). nextPage() is used on paginated response.
- continents
- countries
- leagues
- seasons
- find(id, true)
Include results.
- standings(season_id)
- standingsLive(season_id)
- topScorers(season_id)
- find(id, true)
- fixtures
- between()->period(from, to, teamId)
Params from and to are DateTime objects, teamId is integer. TeamId is optional.
- date()->day(date)
Param is DateTime object.
- commentaries(fixture_id)
- videoHighlights(fixture_id)
- tvStations(fixture_id)
- odds(fixture_id)
- oddsByBookmaker(fixture_id, bookmaker_id)
- oddsByMarket(fixture_id, market_id)
- oddsInPlay(fixture_id)
Fixtures does not support findAll method.
- between()->period(from, to, teamId)
- teams
- find(id, true)
Include stats.
- season(id)
Get teams by season.
Teams does not support findAll method.
- find(id, true)
- head2Head
- get(array)
Array must contain 2 elements(team1_id,team2_id).
There is no additional mthods.
- get(array)
- liveScores
- today()
- inPlay()
- highlights
Video haighlights does not support find method. Additional method in fixtures is presented.
- venues
Venue does not support findAll method.
- bookmakers
- players
Players does not support findAll method.
- squad
- getBySeasonAndTeam(season_id, team_id)
No other methods
- getBySeasonAndTeam(season_id, team_id)
All versions of sportmonks-client-bundle with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package hristonev/sportmonks-client-bundle contains the following files
Loading the files please wait ....