hans-peter-ording/espn-api-symfony-bundle

Symfony bundle to import data from ESPN api to symfony

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/hans-peter-ording/espn-api-symfony-bundle

0.9.6 2025-11-07 07:21 UTC

This package is auto-updated.

Last update: 2025-11-07 07:21:55 UTC


README

Travis build status Twitter Follow

Symfony bundle to import data from ESPN API to symfony.

Bundle contains:

  • Entities
  • Migrations
  • Repositories
  • Import commands

Documentation

Documentation for EspnApiSymfonyBundle is in doc/index.md

Installation

Installation instructions can be found in the documentation

Versions & Dependencies

Version 0.1 of the EspnApiSymfonyBundle is compatible with ESPN API as of 2025-10-23. It requires Symfony 5.0 or greater. When using Symfony Flex there is also a recipe to ease the setup. Earlier versions of the EspnApiSymfonyBundle are not maintained anymore and only work with older versions of the dependencies. The following table shows the compatibilities of different versions of the bundle.

EspnApiSymfonyBundle EspnAPI Symfony PHP
[0.1] (master) ^1.0 ^5.0 >=8.1

License

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

@todo: move this to docs folder @todo: hooks and events?

Entities

Why entities Structure in general (with storing complete data) Details on fieldmappings

Import strategies

Console or direct Pros and cons For console: multiple workers in parallel timings Memory restrictions

Extending this bundle

Contribute / Community

Outlook

Optimized indexes, hooks, events, ...