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
Requires
- php: >=8.1.0
- hans-peter-ording/espn-api-client: ^0.9
- symfony/config: ^5.1|^6.0|^7.0
- symfony/console: ^5.1|^6.0|^7.0
- symfony/dependency-injection: ^5.1|^6.0|^7.0
- symfony/http-kernel: ^5.1|^6.0|^7.0
- symfony/orm-pack: ^2.0|^6.0|^7.0
Requires (Dev)
- symfony/maker-bundle: ^1.0@dev
- symfony/phpunit-bridge: ^5.1|^6.0|^7.0
README
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, ...