PHPackages                             umanit-pomm/pomm-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. umanit-pomm/pomm-bundle

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

umanit-pomm/pomm-bundle
=======================

The Symfony2 bundle for Pomm2

3.1.0(3y ago)06.2k↓22.7%MITPHPPHP &gt;=7.1

Since Oct 9Pushed 2y agoCompare

[ Source](https://github.com/Umanit-Pomm/pomm-bundle)[ Packagist](https://packagist.org/packages/umanit-pomm/pomm-bundle)[ RSS](/packages/umanit-pomm-pomm-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (19)Used By (0)

Pomm2 bundle for Symfony
========================

[](#pomm2-bundle-for-symfony)

[![Build Status](https://camo.githubusercontent.com/0e8f980afd965e50ffaa2d8070f0cb72393f0d1d56f3fc5da17937dc819599da/68747470733a2f2f7472617669732d63692e6f72672f706f6d6d2d70726f6a6563742f706f6d6d2d62756e646c652e737667)](https://travis-ci.org/pomm-project/pomm-bundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/98848719e3c60567fbbf1cfbf14ed292afb8918200bc68d6389d396f8943f73e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706f6d6d2d70726f6a6563742f706f6d6d2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pomm-project/pomm-bundle/?branch=master)

Although this bundle usable already, it is a work in progress. New features will be added.

This bundle provides a `pomm` service to use the Pomm2 [Model Manager](https://github.com/pomm-project/ModelManager) with Symfony.

**Note:**

If you are looking for a bundle for Pomm 1.x then look up for `pomm/pomm-bundle` on packagist.

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

[](#installation)

```
composer require pomm-project/pomm-bundle

```

**Note:**

Pomm bundle support [symfony flex](https://symfony.com/doc/current/setup/flex.html), the [recipe](https://github.com/symfony/recipes-contrib/tree/master/pomm-project/pomm-bundle/2.3)add route for the profiler pannel and a minimal configuration with a `db` session loaded from `DATABASE_URL` environment variable.

Setup
-----

[](#setup)

Add the bundle in the `app/AppKernel.php` file:

```
