# crustum/batch-queue

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/crustum-batch-queue).**

0 stars · 0 forks · PHP · MIT

## Links

- GitHub: https://github.com/crustum/batch-queue
- awesome-repositories: https://awesome-repositories.com/repository/crustum-batch-queue.md

## Description

The BatchQueue plugin provides a unified system for managing batch job processing in CakePHP applications. It supports both parallel execution (running the same job with different arguments simultaneously) and sequential chains (jobs run one after another with context accumulation). The plugin…

## Tags

### Part of an Awesome List

- [Queue](https://awesome-repositories.com/f/awesome-lists/devops/queue.md) — Manages batch jobs with parallel execution.
