hans-peter-ording / sleeper-api-symfony-bundle
Symfony bundle to import data from sleeper api to symfony
Installs: 874
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1.0
- hans-peter-ording/sleeper-api-client: ^1.0
- 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
- dev-main
- 0.9.44
- 0.9.43
- 0.9.42
- 0.9.41
- 0.9.40
- 0.9.39
- 0.9.38
- 0.9.37
- 0.9.36
- 0.9.35
- 0.9.34
- 0.9.33
- 0.9.32
- 0.9.31
- 0.9.30
- 0.9.29
- 0.9.28
- 0.9.27
- 0.9.26
- 0.9.25
- 0.9.24
- 0.9.23
- 0.9.22
- 0.9.21
- 0.9.20
- 0.9.19
- 0.9.18
- 0.9.17
- 0.9.16
- 0.9.15
- 0.9.14
- 0.9.13
- 0.9.12
- 0.9.11
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- dev-feature/packers-playoffs
- dev-bugfix/duplicate-matchup-ids
- dev-dffl-2024
- dev-feature/importer
- dev-upsidebowl
- dev-feature/season2024
- dev-bugfix/mimbrawl
- dev-feature/mmmppr
- dev-feature/dffl
- dev-feature/arcadebowl-finals
- dev-feature/sync-optimization
- dev-feature/mim-brawl
- dev-feature/prepare-2023
- dev-feature/rankings
- dev-feature/tidt
- dev-feature/co-owners
- dev-feature/arcadebowl
- dev-feature/final-league
This package is auto-updated.
Last update: 2025-02-19 12:20:53 UTC
README
Symfony bundle to import data from https://docs.sleeper.com/ to symfony.
Bundle contains:
- Entities
- Migrations
- Repositories
- Import commands
Documentation
Documentation for SleeperApiSymfonyBundle is in doc/index.md
Installation
Installation instructions can be found in the documentation
Versions & Dependencies
Version 0.1 of the SleeperApiSymfonyBundle is compatible with Sleeper API V1. It requires Symfony 5.0 or greater. When using Symfony Flex there is also a recipe to ease the setup. Earlier versions of the SleeperApiSymfonyBundle 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.
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, ...