Download the PHP package yokai/batch without Composer
On this page you can find all versions of the php package yokai/batch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package batch
Yokai Batch
Batch architecture library inspired by Spring Batch.
Features
- :bookmark_tabs: keep track of the execution of your jobs
- :rocket: base classes to handle batch processing jobs
- :recycle: decoupled reusable components to compose your jobs
- :factory: bridges with popular libraries and frameworks
:warning: 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
Documentation
Let's get started around core concepts of this library.
Looking for something in particular ?
Looking for something more specific ?
- Store job executions in relational database
- Read from Doctrine ORM entities
- Write to Doctrine ORM/ODM... objects
- Copy/Move files in a job / Trigger job when file found
- Trigger async jobs using CLI command:
- Integration with Symfony framework
- Trigger async jobs using using queue:
- Normalize/Denormalize job items with
- Validate & Skip invalid items
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.
All versions of batch with dependencies
ext-json Version *
psr/container Version ^1.0|^2.0
psr/log Version ^1.0|^2.0|^3.0
psr/event-dispatcher Version ^1.0