PHPackages                             ismaambrosi/generator-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. ismaambrosi/generator-bundle

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

ismaambrosi/generator-bundle
============================

Generates Symfony2 documents, forms and CRUD

v2.5.0(10y ago)2692.9k↓27.5%12[4 issues](https://github.com/iambrosi/IsmaAmbrosiGeneratorBundle/issues)MITPHPPHP &gt;=5.3.3CI failing

Since Jul 16Pushed 9y ago3 watchersCompare

[ Source](https://github.com/iambrosi/IsmaAmbrosiGeneratorBundle)[ Packagist](https://packagist.org/packages/ismaambrosi/generator-bundle)[ RSS](/packages/ismaambrosi-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (15)Used By (0)

IsmaAmbrosiGeneratorBundle
==========================

[](#ismaambrosigeneratorbundle)

[![Build Status](https://camo.githubusercontent.com/a1b849e0bc9f346b4c14b7b5d14ce4ecf772ee38f514dfdf9212d9877016dd9f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f69616d62726f73692f49736d61416d62726f736947656e657261746f7242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/iambrosi/IsmaAmbrosiGeneratorBundle)[![Total Downloads](https://camo.githubusercontent.com/5b398c64976d072fda06c10c86d953c19034ff86bdf85aec45469982180a1c4c/68747470733a2f2f706f7365722e707567782e6f72672f69736d61616d62726f73692f67656e657261746f722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ismaambrosi/generator-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/255c688ed4c43a36b3618b97ab8ac1c6ee88afaa3bf665d06ce34e884298e618/68747470733a2f2f706f7365722e707567782e6f72672f69736d61616d62726f73692f67656e657261746f722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/ismaambrosi/generator-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/065890f83722f77ca70850a3c7adf23e90da13d826754b787606fb14c2938740/68747470733a2f2f706f7365722e707567782e6f72672f69736d61616d62726f73692f67656e657261746f722d62756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/ismaambrosi/generator-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/4c479f7ee66239fde43b05ae3645f182e3aa744608510f7c699cc207e719e988/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35346530303630312d303233322d343731612d616538652d6235643533346133613831392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/54e00601-0232-471a-ae8e-b5d534a3a819)

This bundle extends the commands provided by [SensioGeneratorBundle](https://github.com/sensio/SensioGeneratorBundle), adding a MongoDB document generator and CRUD generators for those MongoDB documents.

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

[](#installation)

### Add the bundle to your project.

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

Add the requirement to composer:

```
$ php composer.phar require ismaambrosi/generator-bundle
```

You will also need to install the DoctrineMongoDBBundle. The instructions on how to install it are available in the Symfony2 [documentation](http://symfony.com/doc/master/bundles/DoctrineMongoDBBundle/index.html).

### Enable the bundle in your kernel

[](#enable-the-bundle-in-your-kernel)

```
