hans-peter-ording/fantasypros-api-client

Client library to consume the FantasyPros public API (NFL) and transform results into data transfer objects.

Maintainers

Package info

github.com/HansPeterOrding/fantasypros-api-client

pkg:composer/hans-peter-ording/fantasypros-api-client

Transparency log

Statistics

Installs: 17

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2026-08-21 16:15 UTC

This package is auto-updated.

Last update: 2026-08-21 16:16:02 UTC


README

API Client to consume the FantasyPros public API (NFL) with a PSR-18 compatible HTTP Client and transform results into DTO.

Package contains:

  • Data transfer objects (DTO)
  • API client factory
  • API client with endpoints

An API key is required. Request one at https://secure.fantasypros.com/api-keys/request/ — mind the request limits of your subscription; this client is deliberately rate-limit agnostic and leaves budget enforcement to the consumer (e.g. via a PSR-18 decorator).

Documentation

Documentation for FantasyProsApiClient can be found at Read the docs

License

This package is released under the MIT license. See the included LICENSE file for more information.