2017 © Pedro PelĂĄez
 

cakephp-plugin football-data

FootballData plugin for CakePHP 3.x

image

harderwork/football-data

FootballData plugin for CakePHP 3.x

  • Wednesday, October 18, 2017
  • by HarderWork
  • Repository
  • 1 Watchers
  • 0 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FootballData plugin for CakePHP 3.x

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., (*1)

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

Providers will be - [ ] Football-data.org (free) - [ ] XMLSoccer.com (paid), (*3)

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., (*4)

Installation

Goto app folder and run, (*5)

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

then in config/bootstrap.php add, (*6)

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

The plugin is now accessible at, (*7)

http://yourapp.dev/football-data

If tables are not created, run, (*8)

bin/cake migrations migrate -p HarderWork/FootballData

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

CACHE_FOOTBALLDATA_URL

The Versions

18/10 2017

dev-master

9999999-dev https://github.com/HarderWork/football-data

FootballData plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

15/10 2017

0.0.3

0.0.3.0 https://github.com/HarderWork/football-data

FootballData plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

10/10 2017

0.0.2

0.0.2.0

FootballData plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

29/08 2017

0.0.1

0.0.1.0

FootballData plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires