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

ActiveLibrary[API Development](/categories/api)

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

Nette integration of football-data.org's API.

0.2.0(10y ago)043MITPHP

Since Jun 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/natocTo/footballData)[ Packagist](https://packagist.org/packages/natocto/football-data)[ RSS](/packages/natocto-football-data/feed)WikiDiscussions master Synced today

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

NatocTo/FootballData
====================

[](#natoctofootballdata)

Nette basic integration of football-data.org's API.

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

[](#installation)

The best way to install NatocTo/FootballData is using the [Composer](http://getcomposer.org/)

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

and you can enable the extension using your neon config

```
extensions:
	footballData: NatocTo\FootballData\DI\FootballDataExtension
```

if you want increase your rate limit from 50 requests per day to 50 requests per minute you can get your free token from [football-data.org](http://football-data.org/register)

```
footballData:
	authToken: 'YOUR-TOKEN'
```

example of usage

```
class FootballPresenter extends Nette\Application\UI\Presenter
{
	/**
	 * @inject
	 * @var \NatocTo\FootballData\FootballData
	 */
	public $footballData;

	public function renderDefault()
	{
		$euro2016 = $this->footballData->getSeason(424);

		$this->template->name = $euro2016->getName();

		$this->template->fixtures = $euro2016->getFixtures();
	}
}
```

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

[](#documentation)

There is no documentation. Just look to source code if you are interested.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

3671d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12331181?v=4)[Jakub Kotek](/maintainers/natocTo)[@natocTo](https://github.com/natocTo)

---

Top Contributors

[![natocTo](https://avatars.githubusercontent.com/u/12331181?v=4)](https://github.com/natocTo "natocTo (8 commits)")

---

Tags

fixturesresultsTeamsfootball

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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