PHPackages                             welp/batch-operation-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. welp/batch-operation-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

welp/batch-operation-bundle
===========================

Symfony Bundle to batch Operation

076PHP

Since Jun 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/welpdev/batchoperation-bundle)[ Packagist](https://packagist.org/packages/welp/batch-operation-bundle)[ RSS](/packages/welp-batch-operation-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

WelpBatchBundle
===============

[](#welpbatchbundle)

[![Build Status](https://camo.githubusercontent.com/1e836628df6d4520d237e0b76976e5fa9a8658765f744111986f0bdf2086897f/68747470733a2f2f7472617669732d63692e6f72672f77656c706465762f62617463686f7065726174696f6e2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/welpdev/batchoperation-bundle)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/welpdev/batchoperation-bundle/master/LICENSE)[![Documentation](https://camo.githubusercontent.com/bfd57f9d8fe91e4995e5a9d69651210d8cc5f16a9f14646f2c72e03885510804/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d67682d2d70616765732d626c75652e737667)](https://welpdev.github.io/batchoperation-bundle)

Symfony Bundle to manage batch operation. You can choose whatever broker you want (default is RabbitMq)

Features
--------

[](#features)

- Support RabbitMq
    - Automatically create producer
    - Automatically create consumer
    - Automatically create queue
    - Support create/Delete Action
    - Dispatch Event with the entity created/deleted
    - Support custom action
    - Exploit Batch Size
- Manage Batch, batch Status, Batch Event
- Rest Controller
- Support Redis as a broker
- Support other Broker
- Delete Batch and operations from queue, and revert actions

Quickstart
----------

[](#quickstart)

### Add the bundle to your project

[](#add-the-bundle-to-your-project)

```
composer require welp/batch-operation-bundle
```

Add `Welp\BatchBundle\WelpBatchBundle` to your `AppKernel.php`:

```
$bundles = [
    // ...
    new Welp\BatchBundle\WelpBatchBundle(),
];
```

### Extends the BatchModel

[](#extends-the-batchmodel)

Create a entity which extends out `Welp\BatchBundle\Model\BatchModel`

```
use Doctrine\ORM\Mapping as ORM;
use Welp\BatchBundle\Model\Batch as BaseBatch;

/**
 * @ORM\Entity()
 * @ORM\Table(name="batch")
 * @ORM\HasLifecycleCallbacks
 */
class Batch extends BaseBatch{
    ...
}
```

### Minimal Configuration

[](#minimal-configuration)

```
welp_batch:
    entity_manager: doctrine.orm.entity_manager
    batch_entity:
        batch: MyBundle\Entity\Batch
```

Full Documentation
------------------

[](#full-documentation)

you can find the full documentation at

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/860b87c56fb71609580e16a19de8d764f63601a86d894f5f18cdf8c40c0fbf55?d=identicon)[Nightbr](/maintainers/Nightbr)

![](https://www.gravatar.com/avatar/ede40b48279c96dd59e5813d9c29aa204375027509b12bd06f921fa3704355f7?d=identicon)[gagaXD](/maintainers/gagaXD)

---

Tags

batchbatch-apibatch-processingbundlepackagistphpsymfonysymfony-bundle

### Embed Badge

![Health badge](/badges/welp-batch-operation-bundle/health.svg)

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

###  Alternatives

[wireui/breadcrumbs

Breadcrumbs component for Laravel, Livewire, TallStack

3818.0k](/packages/wireui-breadcrumbs)

PHPackages © 2026

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