yokai / batch-symfony-uid
symfony/uid bridge for yokai/batch
Requires
- php: ^8.1
- symfony/uid: ^6.4|^7.0
- yokai/batch: ^0.6.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-01-28 16:12:38 UTC
README
Bridge of symfony/uid
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-symfony-uid
Documentation
Please read the dedicated documentation page.
This package provides:
- a job execution id generator that uses random based uuids
- a job execution id generator that uses time based uuids
- a job execution id generator that uses ulids
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.