PHPackages                             marcusmyers/fantasy-football-nerd - 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. marcusmyers/fantasy-football-nerd

ActiveLibrary[API Development](/categories/api)

marcusmyers/fantasy-football-nerd
=================================

Fantasy Football Nerd API package

1.2.3(6y ago)126[4 PRs](https://github.com/marcusmyers/fantasy-football-nerd/pulls)MITPHP

Since Aug 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/marcusmyers/fantasy-football-nerd)[ Packagist](https://packagist.org/packages/marcusmyers/fantasy-football-nerd)[ RSS](/packages/marcusmyers-fantasy-football-nerd/feed)WikiDiscussions master Synced 2mo ago

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

Fantasy Football Nerd API PHP package
=====================================

[](#fantasy-football-nerd-api-php-package)

A PHP package for the [Fantasy Football Nerd API](http://www.fantasyfootballnerd.com/fantasy-football-api) which

> takes the "wisdom of the crowd" to a new level by aggregating the fantasy football rankings of the best fantasy football sites on the planet to analyze the rankings given to each player to produce a consensus ranking.

This packge currently supports all Level 1 and Level 2 streams which cost $14.95 per season -- a total no-brainer if you're into fantasy sports and programming.

Install
-------

[](#install)

First, [sign up](http://www.fantasyfootballnerd.com/create-account) for a Fantasy Football Nerd account.

Then run the following in your project to work with the api.

```
composer require marcusmyers/fantasy-football-nerd

```

Usage
-----

[](#usage)

If working with a framework you could do the following.

```
use MarkMyers\FFNerd\FFNerd;

$client = new FFNerd();

$byes = $client->byes();
```

When working with plain old php you could something like the following.

```
require_once 'vendor/autoload.php';

$client = new FFNerd();

$byes = $client->byes();
```

If you have problems using the package please create an [issue](https://github.com/marcusmyers/fantasy-football-nerd/issues/new) and I'll try and address it when I have time.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~183 days

Total

5

Last Release

2464d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f71e0894b0f23222260ff8467126f98eb98204b875933a3ac6e03d45c6d60ebe?d=identicon)[marcusmyers](/maintainers/marcusmyers)

---

Top Contributors

[![marcusmyers](https://avatars.githubusercontent.com/u/337947?v=4)](https://github.com/marcusmyers "marcusmyers (66 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (27 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (17 commits)")

---

Tags

fantasyfootballfantasy-football-nerdfantasy-football

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marcusmyers-fantasy-football-nerd/health.svg)

```
[![Health](https://phpackages.com/badges/marcusmyers-fantasy-football-nerd/health.svg)](https://phpackages.com/packages/marcusmyers-fantasy-football-nerd)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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