PHPackages                             mlntn/fpl-api - 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. mlntn/fpl-api

ActiveLibrary[API Development](/categories/api)

mlntn/fpl-api
=============

Fantasy Premier League API

0.5.1(12y ago)7141[1 issues](https://github.com/mlntn/fpl-api/issues)MITPHPPHP &gt;=5.3.3

Since Mar 15Pushed 8y ago4 watchersCompare

[ Source](https://github.com/mlntn/fpl-api)[ Packagist](https://packagist.org/packages/mlntn/fpl-api)[ Docs](http://github.com/mlntn/fpl-api)[ RSS](/packages/mlntn-fpl-api/feed)WikiDiscussions master Synced today

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

fantasy.premierleague.com API
=============================

[](#fantasypremierleaguecom-api)

Requires [omni-cache](https://github.com/mlntn/omni-cache)

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

[](#installation)

Use composer:

```
{
  "require": {
    "mlntn/fpl-api": "*",
    "mlntn/omni-cache": "*"
  },
  "minimum-stability": "dev",
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/mlntn/fpl-api"
    },
    {
      "type": "git",
      "url": "https://github.com/mlntn/omni-cache"
    }
  ]
}
```

Write a controller:

```
