yokai/batch

Batch architecture library inspired by Akeneo Batch

Maintainers

Details

github.com/yokai-php/batch

Source

Installs: 19 010

Dependents: 12

Suggesters: 0

Security: 0

Stars: 10

Watchers: 3

Forks: 3

0.5.9 2023-12-06 08:49 UTC

This package is auto-updated.

Last update: 2024-04-07 11:03:12 UTC


README

Latest Stable Version Downloads Monthly

Batch architecture library inspired by Spring Batch.

Features

  • 📑 keep track of the execution of your jobs
  • 🚀 base classes to handle batch processing jobs
  • ♻️ decoupled reusable components to compose your jobs
  • 🏭 bridges with popular libraries and frameworks

⚠️ 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

Documentation

Let's get started around core concepts of this library.

Looking for something in particular ?

Looking for something more specific ?

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.