hans-peter-ording / nflfastr-symfony-bundle
Symfony bundle to import data from nflfastR-data to symfony
Installs: 139
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4
- ext-zlib: *
- league/csv: ^9.6
- league/flysystem-bundle: ^1.5
- symfony/config: ^5.1
- symfony/console: ^5.1
- symfony/dependency-injection: ^5.1
- symfony/http-kernel: ^5.1
- symfony/orm-pack: ^2.0
Requires (Dev)
- symfony/http-client: ^5.1
- symfony/maker-bundle: ^1.0@dev
- symfony/phpunit-bridge: ^5.1
This package is auto-updated.
Last update: 2025-02-22 21:19:33 UTC
README
Symfony bundle to import data from https://github.com/guga31bb/nflfastR-data and https://github.com/mrcaseb/nflfastR-roster to symfony.
Bundle contains:
- Entities
- Migrations
- Repositories
- Import commands
Documentation
Documentation for NflFastRSymfonyBundle is in doc/index.md
Installation
Installation instructions can be found in the documentation
Versions & Dependencies
Version 0.1 of the NflFastRSymfonyBundle is compatible with NflFastR 4. It requires Symfony 5.0 or greater. When using Symfony Flex there is also a recipe to ease the setup. Earlier versions of the NflFastRSymfonyBundle 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.
FOSElasticaBundle | NflFastR | Symfony | PHP |
---|---|---|---|
[0.1] (master) | ^4.0 | ^5.0 | >=7.4 |
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, ...