Download the PHP package statscore/apiclient without Composer
On this page you can find all versions of the php package statscore/apiclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download statscore/apiclient
More information about statscore/apiclient
Files in statscore/apiclient
Package apiclient
Short Description STATSCORE Official SportsAPI Client
License GPL-3.0-or-later
Homepage https://github.com/statscore/apiclient
Informations about the package apiclient
STATSCORE Official SportsAPI Client
The API service is based on the REST architecture and supports a number of resources accessed with HTTP protocol. The client should send a HTTP GET request and in return will receive a return list document in JSON or XML format. The default response format is JSON.
Table of Contents
- Installation
- Examples
- Authentication
- Booked Events
- Troubleshooting
Installation
Prerequisites
- PHP version >=7.2
- ext-json required
Documentation
Hot to install package
Use Composer to install the latest version with command:
or add our package to your composer.json
file.
Examples
Authentication
Access to the API is based on the oAuth 2.0 authorization method. This means access is given using a unique token without any IP's restriction.
The client is authenticated using a GET request including query string parameters: client_id and secret_key. These parameters are assigned to you by our sales department. On confirmation of the client_id/secret_key combination, the special oAuth token is then returned. Maximum period of time the token is valid is 24 hours from the time it was generated. This token should be sent with all subsequent requests.
Booked Events
Get all
Create
Delete
Troubleshooting
Our support team, based in Katowice, exists for one purpose: to serve and delight STATSCORE customers.
Have a question? Our team will help you find answers 24 hours a day, 365 days a year. Please send us an email at [email protected]
Issues are tracked on GitHub
All versions of apiclient with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.5
symfony/http-foundation Version ^5.0
symfony/property-access Version ^5.0
symfony/property-info Version ^5.0
symfony/serializer Version ^5.0