PHPackages                             setono/doctrine-orm-batcher-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. [Database &amp; ORM](/categories/database)
4. /
5. setono/doctrine-orm-batcher-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

setono/doctrine-orm-batcher-bundle
==================================

Symfony bundle that integrates the Doctrine ORM batcher library

v0.3.4(3y ago)3602.2k↓17.7%8[4 PRs](https://github.com/Setono/DoctrineORMBatcherBundle/pulls)6MITPHPPHP &gt;=7.2

Since Jul 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/DoctrineORMBatcherBundle)[ Packagist](https://packagist.org/packages/setono/doctrine-orm-batcher-bundle)[ RSS](/packages/setono-doctrine-orm-batcher-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Doctrine ORM Batcher Bundle
===========================

[](#doctrine-orm-batcher-bundle)

[![Latest Version](https://camo.githubusercontent.com/94d76b9eebb5e39a38f9b422b680a9b237e8667d077b1f3676415c489b028a22/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f646f637472696e652d6f726d2d626174636865722d62756e646c652f762f737461626c65)](https://packagist.org/packages/setono/doctrine-orm-batcher-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/4ff688eda8a4d83029dbcad1898bf34eae0db43136e6a86eb0d9f35b92044220/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f646f637472696e652d6f726d2d626174636865722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/setono/doctrine-orm-batcher-bundle)[![Software License](https://camo.githubusercontent.com/a9f9b9720f214cc554bcf1fa598c4a1066ca631b7e8889659d02c66b6fecda23/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f646f637472696e652d6f726d2d626174636865722d62756e646c652f6c6963656e7365)](LICENSE)[![Build Status](https://camo.githubusercontent.com/7d13a177260d427cdde3c55585c7badd2941509c92cd8dc0445bd7a5c1efd56f/68747470733a2f2f7472617669732d63692e636f6d2f5365746f6e6f2f446f637472696e654f524d4261746368657242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Setono/DoctrineORMBatcherBundle)[![Quality Score](https://camo.githubusercontent.com/252db1727078299026323f3b1edd5c2480668c8955ddc526a1fb0e786e110a07/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5365746f6e6f2f446f637472696e654f524d4261746368657242756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Setono/DoctrineORMBatcherBundle)

Integrates the [Doctrine ORM Batcher library](https://github.com/Setono/doctrine-orm-batcher) into Symfony.

Installation
------------

[](#installation)

### Step 1: Download the bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
$ composer require setono/doctrine-orm-batcher-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php`:

```
