PHPackages                             kirill-latish/laravel-sportmonks-soccer - 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. [Framework](/categories/framework)
4. /
5. kirill-latish/laravel-sportmonks-soccer

ActiveProject[Framework](/categories/framework)

kirill-latish/laravel-sportmonks-soccer
=======================================

Laravel wrapper for Soccerama score API calls v2.0. Fork of rebing/laravel-soccerama

v2.0.3(7y ago)1614.7k↓100%28[3 PRs](https://github.com/kirill-latish/laravel-sportmonks-soccer/pulls)MITPHPPHP &gt;=5.6.2

Since Sep 25Pushed 5y ago2 watchersCompare

[ Source](https://github.com/kirill-latish/laravel-sportmonks-soccer)[ Packagist](https://packagist.org/packages/kirill-latish/laravel-sportmonks-soccer)[ RSS](/packages/kirill-latish-laravel-sportmonks-soccer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (11)Used By (0)

Laravel Sportmonks Soccer API
=============================

[](#laravel-sportmonks-soccer-api)

Laravel wrapper for [Sportmonks](https://www.sportmonks.com/sports/soccer) (live) score API calls. Documentation for the API can be found [here](https://www.sportmonks.com/sports/soccer)

Installation
------------

[](#installation)

**1-** Require the package via Composer in your `composer.json`.

```
{
  "require": {
    "kirill-latish/laravel-sportmonks-soccer": "^2.0"
  }
}
```

**2-** Run Composer to install or update the new requirement.

```
$ composer install
```

or

```
$ composer update
```

**3-** Add the service provider to your `app/config/app.php` file

```
Sportmonks\SoccerAPI\SoccerAPIServiceProvider::class,
```

**4-** Add the facade to your `app/config/app.php` file

```
'SoccerAPI' => Sportmonks\SoccerAPI\Facades\SoccerAPI::class,
```

**5-** Publish the configuration file

```
$ php artisan vendor:publish --provider="Sportmonks\SoccerAPI\SoccerAPIServiceProvider"
```

**6-** Review the configuration file and add your token (preferably through env: `'api_token' => env('API_TOKEN')` )

```
config/soccerapi.php

```

**7-** Review the configuration file and add your timezone (preferably through config file: `'timezone' => config('app.timezone')` )

```
config/soccerapi.php

```

Usage
-----

[](#usage)

Refer to the official [docs](https://www.sportmonks.com/sports/soccer) as to which calls can be made and check the calls in traits under [Sportmonks\\SoccerAPI\\Requests](Sportmonks%5CSoccerAPI%5CRequests).

For example, get all leagues (if using facade):

```
use SoccerAPI;

...

$response = SoccerAPI::leagues()->all();

```

The above returns an object containing a `data` array. If you want to directly retrieve the data within `data`, change your config file: `'without_data' => true`

Get a match by its id:

```
$response = SoccerAPI::fixtures()->byId($id);

```

If you need to include other relations (check the official docs for which relations can be included):

```
$include = 'league,fixtures';
// Or: $include = ['league', 'fixtures'];

$response = SoccerAPI::seasons()->setInclude($include)->all();

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~95 days

Recently: every ~175 days

Total

9

Last Release

2756d ago

Major Versions

v0.2 → v1.02016-09-25

v1.0.2 → v2.0.02017-06-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/feb1304ee686d579d3b008701b28aca78156836600b3008f3a67c934f007f64b?d=identicon)[kirill-latish](/maintainers/kirill-latish)

---

Top Contributors

[![kirill-latish](https://avatars.githubusercontent.com/u/721835?v=4)](https://github.com/kirill-latish "kirill-latish (13 commits)")[![fpicosm](https://avatars.githubusercontent.com/u/19833846?v=4)](https://github.com/fpicosm "fpicosm (7 commits)")[![rebing](https://avatars.githubusercontent.com/u/8533161?v=4)](https://github.com/rebing "rebing (6 commits)")[![sebastiaanspeck](https://avatars.githubusercontent.com/u/12570668?v=4)](https://github.com/sebastiaanspeck "sebastiaanspeck (4 commits)")[![SamsamBabadi](https://avatars.githubusercontent.com/u/11924419?v=4)](https://github.com/SamsamBabadi "SamsamBabadi (3 commits)")[![brad82](https://avatars.githubusercontent.com/u/183727?v=4)](https://github.com/brad82 "brad82 (2 commits)")[![kampit](https://avatars.githubusercontent.com/u/6607338?v=4)](https://github.com/kampit "kampit (1 commits)")[![mabdulazim](https://avatars.githubusercontent.com/u/42019012?v=4)](https://github.com/mabdulazim "mabdulazim (1 commits)")[![heggern](https://avatars.githubusercontent.com/u/3014554?v=4)](https://github.com/heggern "heggern (1 commits)")

---

Tags

frameworklaravelsoccerlive-scores

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kirill-latish-laravel-sportmonks-soccer/health.svg)

```
[![Health](https://phpackages.com/badges/kirill-latish-laravel-sportmonks-soccer/health.svg)](https://phpackages.com/packages/kirill-latish-laravel-sportmonks-soccer)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[graham-campbell/digitalocean

DigitalOcean Is A DigitalOcean Bridge For Laravel

509343.1k2](/packages/graham-campbell-digitalocean)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)[rebing/laravel-soccerama

Laravel wrapper for Soccerama score API calls v2.0. Fork of rebing/laravel-soccerama

141.6k](/packages/rebing-laravel-soccerama)[graham-campbell/bitbucket

Bitbucket Is A Bitbucket Bridge For Laravel

75185.0k2](/packages/graham-campbell-bitbucket)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
