PHPackages                             konfig/sportmonks-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. konfig/sportmonks-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

konfig/sportmonks-php
=====================

Surpass the competition with superior sports data

v0.1.0(2y ago)03unlicensePHPPHP ^8.0

Since Jul 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/konfig-dev/sportmonks-php-sdk)[ Packagist](https://packagist.org/packages/konfig/sportmonks-php)[ RSS](/packages/konfig-sportmonks-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

sportmonks-php [Packagist](https://packagist.org/packages/konfig/sportmonks-php-sdk)
====================================================================================

[](#sportmonks-php-packagist)

Surpass the competition with superior sports data

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

This library requires `PHP ^8.0`

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/konfig-dev/sportmonks-php-sdk.git"
    }
  ],
  "require": {
    "konfig/sportmonks-php-sdk": "0.1.0"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
