hans-peter-ording/espn-api-client

Client library to consume the inofficial ESPN API and transform results into data transfer objects.

Maintainers

Package info

github.com/HansPeterOrding/espn-api-client

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

Statistics

Installs: 51

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.9.1 2025-10-29 12:02 UTC

This package is auto-updated.

Last update: 2026-03-13 12:44:02 UTC


README

API Client to consume the inofficial ESPN API 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

Documentation

Read the tutorial here:

Documentation for EspnApiClient can be found at Read the docs

Installation

Installation instructions can be found in the documentation

Versions & Dependencies

Version 0.9 of the EspnApiClient is compatible with ESPN API as of 2025-10-23. It requires a PSR-18 compatible HTTP-Client (i.e. Symfony Http Client). The following table shows the compatibilities of different versions of the bundle.

EspnApiClient EspnAPI PHP
[0.9] (main) ^1.0 >=8.0

License

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

Contribute / Community

TBD