PHPackages                             football/football-data - 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. football/football-data

ActiveLibrary[API Development](/categories/api)

football/football-data
======================

football-data.org API Container for Laravel 5.5 or ^

v1.0.1(4y ago)085MITPHP

Since Aug 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/KouteiCheke/football-data)[ Packagist](https://packagist.org/packages/football/football-data)[ Docs](https://github.com/KouteiCheke/football-data)[ RSS](/packages/football-football-data/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

FootballData
============

[](#footballdata)

[football-data.org](http://football-data.org) API Container for Laravel 5.5 or ^

Requirements
------------

[](#requirements)

- "guzzlehttp/guzzle": "~6.0"

Install
-------

[](#install)

Via Composer

```
$ composer require football/football-data
```

Usage
-----

[](#usage)

More about filters, structure and API in: [Football Data Documentation](https://www.football-data.org/documentation/quickstart)

Add your api key to env. file

```
FOOTBALLDATA_API_KEY={YOUR_API_KEY}

```

Add to config/app.php

```

'providers' => [
    Football\FootballData\FootballDataServiceProvider::class,
]

'aliases' => [
    'Football' => Football\FootballData\Facades\FootballDataFacade::class,
]

```

Examples
--------

[](#examples)

All competitions availables. Can be added optional area filter in this method.

```
Football::allCompetitions();
Football::allCompetitions(string $area);

```

Matches for a specified competition. Availables all filters in array variable.

```
Football::allMatches(int $id);
Football::allMatches(int $id, array $filters);

```

Matches for a specified team. Availables all filters in array variable.

```
Football::allMatchesForTeam(int $id);
Football::allMatchesForTeam(int $id, array $filters);

```

Teams for the especified competition. Can be added optional stage filter in this method.

```
Football::allTeams(int $id);
Football::allTeams(int $id, string $stage);

```

A particular competition.

```
Football::findCompetition($id);

```

Standing for a specific competition given.

```
Football::findStandings($id);

```

Matches with specified filters.

```
Football::findFilteredMatch(array $filters);

```

Specific match.

```
Football::findMatch(int $id);

```

One team.

```
Football::findTeam(int $id);

```

Squad for a team. (This method returns an array instead object).

```
Football::findTeamSquad(int $id)

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 72.9% 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 ~1082 days

Total

2

Last Release

1755d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e360fba0cbca71392811fad1046d47397298adf9a191090e62eeeeab864e21d?d=identicon)[gboquizosanchez](/maintainers/gboquizosanchez)

---

Top Contributors

[![grambas](https://avatars.githubusercontent.com/u/5207343?v=4)](https://github.com/grambas "grambas (35 commits)")[![gboquizosanchez](https://avatars.githubusercontent.com/u/20032391?v=4)](https://github.com/gboquizosanchez "gboquizosanchez (13 commits)")

---

Tags

footballlaravelphpsportsfootballfootball-data

### Embed Badge

![Health badge](/badges/football-football-data/health.svg)

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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