PHPackages                             yokai/batch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. yokai/batch

ActiveLibrary[Queues &amp; Workers](/categories/queues)

yokai/batch
===========

Batch architecture library inspired by Akeneo Batch

0.7.7(10mo ago)1238.3k↓32.1%313MITPHPPHP ^8.1

Since May 11Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/yokai-php/batch)[ Packagist](https://packagist.org/packages/yokai/batch)[ RSS](/packages/yokai-batch/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (31)Used By (13)

Yokai Batch
===========

[](#yokai-batch)

[![Latest Stable Version](https://camo.githubusercontent.com/964b31a3840d9e5423d1c2431c02a8c187208d814c039d578b0b7e81ba96923f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796f6b61692f62617463683f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yokai/batch)[![Downloads Monthly](https://camo.githubusercontent.com/c6e78ba40cf21e35aca000fe14a48e2b1ea1effb68938c77e1dff4e34b8c174a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f796f6b61692f62617463683f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yokai/batch)

Batch architecture library inspired by Spring Batch.

Features
========

[](#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
-------

[](#warning-beta)

This library is following [semver](https://semver.org/). 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
============

[](#installation)

```
composer require yokai/batch

```

Documentation
-------------

[](#documentation)

Please read the [getting started documentation page](https://yokai-batch.readthedocs.io/en/0.x/getting-started/standalone-library.html).

Looking for something more specific ?

- [Store job executions in relational database](https://github.com/yokai-php/batch-doctrine-dbal)
- [Read from Doctrine ORM entities](https://github.com/yokai-php/batch-doctrine-orm)
- [Write to Doctrine ORM/ODM... objects](https://github.com/yokai-php/batch-doctrine-persistence)
- [Copy/Move files in a job / Trigger job when file found](https://github.com/yokai-php/batch-league-flysystem)
- [Trigger async jobs using CLI command](https://github.com/yokai-php/batch-symfony-console)
- [Integration with Symfony framework](https://github.com/yokai-php/batch-symfony-framework)
- [Trigger async jobs using queue](https://github.com/yokai-php/batch-symfony-messenger)
- [Normalize/Denormalize job items with](https://github.com/yokai-php/batch-symfony-serializer)
- [Use UUID or ULID for job execution ids](https://github.com/yokai-php/batch-symfony-ulid)
- [Validate &amp; Skip invalid items](https://github.com/yokai-php/batch-symfony-validator)

Contribution
------------

[](#contribution)

This package is a readonly split of a [larger repository](https://github.com/yokai-php/batch-src), containing all tests and sources for all librairies of the batch universe.

Please feel free to open an [issue](https://github.com/yokai-php/batch-src/issues)or a [pull request](https://github.com/yokai-php/batch-src/pulls)in the [main repository](https://github.com/yokai-php/batch-src).

The library was originally created by [Yann Eugoné](https://github.com/yann-eugone). See the list of [contributors](https://github.com/yokai-php/batch-src/contributors).

License
-------

[](#license)

This library is under MIT [LICENSE](LICENSE).

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance67

Regular maintenance activity

Popularity37

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 91.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~69 days

Recently: every ~50 days

Total

31

Last Release

124d ago

PHP version history (7 changes)0.1.0PHP ^7.2

0.2.x-devPHP ^7.3

0.3.0PHP ^7.4

0.3.x-devPHP ^7.4|^8.0

0.5.0PHP ^8.0

0.6.0PHP ^8.1

0.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/696ae505ade1f6c2c2074411d2ff191d307030fcc3c62e9b9054298f9d05f4ad?d=identicon)[yann-eugone](/maintainers/yann-eugone)

---

Top Contributors

[![yann-eugone](https://avatars.githubusercontent.com/u/1303838?v=4)](https://github.com/yann-eugone "yann-eugone (84 commits)")[![guich25](https://avatars.githubusercontent.com/u/47358201?v=4)](https://github.com/guich25 "guich25 (3 commits)")[![Elkawaie](https://avatars.githubusercontent.com/u/40693136?v=4)](https://github.com/Elkawaie "Elkawaie (2 commits)")[![ARDINStephane](https://avatars.githubusercontent.com/u/33199763?v=4)](https://github.com/ARDINStephane "ARDINStephane (1 commits)")[![J-Ben87](https://avatars.githubusercontent.com/u/1433301?v=4)](https://github.com/J-Ben87 "J-Ben87 (1 commits)")[![neeckeloo](https://avatars.githubusercontent.com/u/1768645?v=4)](https://github.com/neeckeloo "neeckeloo (1 commits)")

---

Tags

asyncbatchexportimportjobssymfonyjobwriterreaderbatchprocessorexecution

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yokai-batch/health.svg)

```
[![Health](https://phpackages.com/badges/yokai-batch/health.svg)](https://phpackages.com/packages/yokai-batch)
```

###  Alternatives

[akeneo/batch-bundle

Akeneo Symfony Batch Bundle

401.1M3](/packages/akeneo-batch-bundle)[phlib/beanstalk

Library for handling beanstalk connections.

1014.9k2](/packages/phlib-beanstalk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
