PHPackages                             pyaesoneaung/sportmonks-football-api - 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. [API Development](/categories/api)
4. /
5. pyaesoneaung/sportmonks-football-api

ActiveLibrary[API Development](/categories/api)

pyaesoneaung/sportmonks-football-api
====================================

Laravel package for Sportmonks Football Api(V3)

v3.2.1(5mo ago)272.5k11[3 PRs](https://github.com/PyaeSoneAungRgn/sportmonks-football-api/pulls)MITPHPPHP ^8.1CI passing

Since Dec 29Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/PyaeSoneAungRgn/sportmonks-football-api)[ Packagist](https://packagist.org/packages/pyaesoneaung/sportmonks-football-api)[ Docs](https://github.com/pyaesoneaung/sportmonks-football-api)[ RSS](/packages/pyaesoneaung-sportmonks-football-api/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (24)Versions (19)Used By (0)

Sportmonks Football Api
=======================

[](#sportmonks-football-api)

Laravel package for Sportmonks Football Api(V3)

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

[](#installation)

```
composer require pyaesoneaung/sportmonks-football-api
```

`.env`

```
SPORTMONKS_FOOTBALL_API_TOKEN=Your-Sportmonks-Api-Token
SPORTMONKS_FOOTBALL_TIMEZONE=Asia/Yangon
SPORTMONKS_FOOTBALL_RETURN_TYPE=dto
```

Documentation
-------------

[](#documentation)

📚 Read the full documentation at [sportmonks-football-api.pyaesoneaung.dev](https://sportmonks-football-api.pyaesoneaung.dev)

Basic Usage
-----------

[](#basic-usage)

#### Get All Fixtures

[](#get-all-fixtures)

```
use SportmonksFootballApi;

SportmonksFootballApi::fixture()->all();
```

#### Get Fixture by ID

[](#get-fixture-by-id)

```
use SportmonksFootballApi;

SportmonksFootballApi::fixture()->byId($id);
```

#### Get All Fixtures With Request Options

[](#get-all-fixtures-with-request-options)

```
use SportmonksFootballApi;

SportmonksFootballApi::fixture()
	->setSelect('name')
	->setInclude('events.type')
	->setFilter('eventTypes:18,14')
	->setSortBy('starting_at')
	->orderByDesc()
	->setPerPage(25)
	->setPage(2)
	->all();
```

And more...

📚 Checkout the full documentation at [sportmonks-football-api.pyaesoneaung.dev](https://sportmonks-football-api.pyaesoneaung.dev)

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance82

Actively maintained with recent releases

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 63.8% of commits — single point of failure

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 ~106 days

Recently: every ~96 days

Total

12

Last Release

153d ago

Major Versions

v1.1.0 → v2.0.02023-07-29

v2.2.0 → v3.0.02025-05-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4a938e91069afb632288ccdb87813e19c0d0fc86189f73daa33464e0d2a0367?d=identicon)[pyaesoneaung](/maintainers/pyaesoneaung)

---

Top Contributors

[![PyaeSoneAungRgn](https://avatars.githubusercontent.com/u/44226349?v=4)](https://github.com/PyaeSoneAungRgn "PyaeSoneAungRgn (81 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (24 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (15 commits)")[![kamil-michalak](https://avatars.githubusercontent.com/u/1311334?v=4)](https://github.com/kamil-michalak "kamil-michalak (4 commits)")[![joshembling](https://avatars.githubusercontent.com/u/65712975?v=4)](https://github.com/joshembling "joshembling (2 commits)")[![agostinofiscale](https://avatars.githubusercontent.com/u/42895575?v=4)](https://github.com/agostinofiscale "agostinofiscale (1 commits)")

---

Tags

football-apiphpsportmonkssportmonks-football-apilaravelpyaesoneaungsportmonkssportmonks-football-api

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pyaesoneaung-sportmonks-football-api/health.svg)

```
[![Health](https://phpackages.com/badges/pyaesoneaung-sportmonks-football-api/health.svg)](https://phpackages.com/packages/pyaesoneaung-sportmonks-football-api)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.2k12.6M140](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

11124.6k1](/packages/lettermint-lettermint-laravel)

PHPackages © 2026

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