yokai / batch-doctrine-persistence
doctrine/persistence bridge for yokai/batch
0.6.3
2024-08-01 09:51 UTC
Requires
- php: ^8.1
- doctrine/persistence: ^2.0|^3.0
- yokai/batch: ^0.6.0
Requires (Dev)
- doctrine/annotations: ^1.14
- phpunit/phpunit: ^9.5
README
Bridge of doctrine/persistence
for Batch.
⚠️ BETA
This library is following semver.
However before we reach the first stable version (v1.0.0
), we may decide to introduce API changes in minor versions.
This is why you should stick to a v0.[minor].*
requirement !
Installation
composer require yokai/batch-doctrine-persistence
Documentation
This package provides:
- an item writer that persists objects through object manager
- an object registry that remembers found objects identities
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.