yokai / batch-doctrine-dbal
doctrine/dbal bridge for yokai/batch
0.7.7
2025-11-18 08:59 UTC
Requires
- php: ^8.1
- ext-json: *
- doctrine/dbal: ^2.11|^3.0
- doctrine/persistence: ^2.0|^3.0
- yokai/batch: ^0.7.0
Requires (Dev)
- phpunit/phpunit: ^9.5
README
doctrine/dbal bridge for Batch processing library.
Installation
composer require yokai/batch-doctrine-dbal
Documentation
Please read the dedicated documentation page.
This package provides:
- an item job writer that insert into an SQL table
- a job execution storage that stores job executions to a relational database
- an item job reader that read from an SQL table using cursor pagination
- an item job reader that read from an SQL table using limit + offset pagination
- an item job writer that insert or update into an SQL table
Contribution
This package is a readonly split of a larger repository, containing all tests and sources for all librairies of the batch universe.
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.
License
This library is under MIT LICENSE.