Download the PHP package mlntn/fpl-api without Composer
On this page you can find all versions of the php package mlntn/fpl-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mlntn/fpl-api
More information about mlntn/fpl-api
Files in mlntn/fpl-api
Download mlntn/fpl-api
More information about mlntn/fpl-api
Files in mlntn/fpl-api
Vendor mlntn
Package fpl-api
Short Description Fantasy Premier League API
License MIT
Homepage http://github.com/mlntn/fpl-api
Package fpl-api
Short Description Fantasy Premier League API
License MIT
Homepage http://github.com/mlntn/fpl-api
Please rate this library. Is it a good library?
Informations about the package fpl-api
fantasy.premierleague.com API
Requires omni-cache
Installation
Use composer:
Write a controller:
What does all that code above do?
The composer.json
settings tell Composer to include this API and a caching tool I wrote called omni-cache.
The PHP controller sets up the autoloader, starts up a cache handler that caches to files for a maximum of 1 day, starts up the API class (passing in the cache handler) and grabs some player data (Artur Boruc) from fantasy.premierleague.com.
Check out Fpl\Api.php for other API methods.
All versions of fpl-api with dependencies
PHP Build Version
Package Version
Requires
fabpot/goutte Version
1.*
mlntn/omni-cache Version 1.0.0
php Version >=5.3.3
symfony/dom-crawler Version 2.*
symfony/css-selector Version 2.*
mlntn/omni-cache Version 1.0.0
php Version >=5.3.3
symfony/dom-crawler Version 2.*
symfony/css-selector Version 2.*
The package mlntn/fpl-api contains the following files
Loading the files please wait ....