PHPackages                             igorlealantunes/sportmonks-football-api-v3 - 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. igorlealantunes/sportmonks-football-api-v3

ActiveLibrary[API Development](/categories/api)

igorlealantunes/sportmonks-football-api-v3
==========================================

Laravel package for Sportmonks Football Api(V3)

132PHP

Since Feb 21Pushed 1y agoCompare

[ Source](https://github.com/igorlealantunes/sportmonks-football-api-v3)[ Packagist](https://packagist.org/packages/igorlealantunes/sportmonks-football-api-v3)[ RSS](/packages/igorlealantunes-sportmonks-football-api-v3/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#sportmonks-football-api)

Laravel package for [Sportmonks Football Api(V3)](https://www.sportmonks.com/football-api-3-0-docs/)

- ⚡️ Simple &amp; Powerful
- 🤝 Support All Football Endpoints
- 👨‍💻 Active Development

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

[](#installation)

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

`.env`

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

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

[](#documentation)

📚 Read the full documentation at [pyaesoneaungrgn.github.io/sportmonks-football-api](https://pyaesoneaungrgn.github.io/sportmonks-football-api)

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')
	->setPage(2)
	->all();
```

And more...

📚 Checkout the full documentation at [pyaesoneaungrgn.github.io/sportmonks-football-api](https://pyaesoneaungrgn.github.io/sportmonks-football-api)

Testing
-------

[](#testing)

Edit Sportmonks api token at `tests/Pest.php`

```
composer test
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/302496360ea9afd851c1de3f1da7e1ca200375d17c33ad4358ee0b5a0a666b6a?d=identicon)[igorlealantunes](/maintainers/igorlealantunes)

---

Top Contributors

[![igorlealantunes](https://avatars.githubusercontent.com/u/8172715?v=4)](https://github.com/igorlealantunes "igorlealantunes (18 commits)")[![PyaeSoneAungRgn](https://avatars.githubusercontent.com/u/44226349?v=4)](https://github.com/PyaeSoneAungRgn "PyaeSoneAungRgn (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")[![samuelazvedo](https://avatars.githubusercontent.com/u/90466544?v=4)](https://github.com/samuelazvedo "samuelazvedo (2 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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