PHPackages                             harderwork/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. [Framework](/categories/framework)
4. /
5. harderwork/football-data

ActiveCakephp-plugin[Framework](/categories/framework)

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

FootballData plugin for CakePHP 3.x

0.0.3(8y ago)098MITPHP

Since Aug 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/HarderWork/football-data)[ Packagist](https://packagist.org/packages/harderwork/football-data)[ Docs](https://github.com/HarderWork/football-data)[ RSS](/packages/harderwork-football-data/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

FootballData plugin for CakePHP 3.x
===================================

[](#footballdata-plugin-for-cakephp-3x)

The goal of this plugin is to provide football data for any CakePHP-application. And yes, football as in real football, not the kind where you pick it up with your hands and throws it around.

This is not a wrapper around football API's, rather a standalone football database that gathers data from different providers.

Providers will be

- Football-data.org (free)
- XMLSoccer.com (paid)

Is this for me?
---------------

[](#is-this-for-me)

Not at this moment. Right now I'm prioritizing a re-factoring of my old application, so step 1 is to be what I need. Next step is to make it available to the community to make your own stats site. Lack of unit tests and documentation makes it even harder at the moment.

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

[](#installation)

Goto app folder and run

```
composer require harderwork/football-data:"dev-master"

```

then in config/bootstrap.php add

```
Plugin::load('HarderWork/FootballData', ['routes' => true]);

```

The plugin is now accessible at

```
http://yourapp.dev/football-data

```

If tables are not created, run

```
bin/cake migrations migrate -p HarderWork/FootballData

```

In your environment, define a cache engine to be used for caching heavy queries:

```
CACHE_FOOTBALLDATA_URL

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

3133d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cdd4c63bf286534b86b1a88215257955dccc74edd3bc4f09a67cb463094bc8b?d=identicon)[HarderWork](/maintainers/HarderWork)

---

Top Contributors

[![HarderWork](https://avatars.githubusercontent.com/u/681599?v=4)](https://github.com/HarderWork "HarderWork (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86514.0M138](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3492.1M32](/packages/friendsofcake-bootstrap-ui)[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)[cakephp/localized

CakePHP Localized Plugin

218595.6k5](/packages/cakephp-localized)[cakephp/acl

Acl Plugin for CakePHP framework

109553.9k15](/packages/cakephp-acl)

PHPackages © 2026

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