This repository contains sources for all packages from yokai/batch
suite.
- Main repository: Core classes/interfaces of batch architecture
- Box Spout bridge: Read/Write from/to CSV/ODS/XLSX
- Doctrine DBAL bridge: Store job executions in relational database
- Doctrine ORM bridge: Read from Doctrine ORM entities
- Doctrine persistence bridge: Write to Doctrine ORM entities
- Symfony console bridge: Add command to trigger jobs and async job launcher via command
- Symfony framework bridge: Bundle to integrate with Symfony framework
- Symfony messenger bridge: Trigger jobs using message dispatch
- Symfony serializer bridge: Process items using (de)normalization, serialize job execution for certain storages
- Symfony validator bridge: Skip invalid items during process
Please feel free to open an issue or a pull request in the main repository.
The library was originally created by Yann Eugoné. See the list of contributors.
This library is under MIT LICENSE.