PHPackages                             mjr/code-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. [Templating &amp; Views](/categories/templating)
4. /
5. mjr/code-generator-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

mjr/code-generator-bundle
=========================

Code Generation based on twig

1.9.2(9y ago)187[4 issues](https://github.com/ChrisWesterfield/symfony-CodeGeneratorBundle/issues)LGPL-3.0PHPPHP &gt;=7.1.0

Since Mar 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ChrisWesterfield/symfony-CodeGeneratorBundle)[ Packagist](https://packagist.org/packages/mjr/code-generator-bundle)[ Docs](https://www.mjr.one)[ RSS](/packages/mjr-code-generator-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (11)Versions (33)Used By (0)

MJR.ONE Code Generator Bundle
=============================

[](#mjrone-code-generator-bundle)

This Bundle contains an Code Generator to rapidly Develope using Symfony Framework.

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 bundle:

.. code-block:: bash

```
$ composer require mjr/code-generator-bundle "1.*"

```

This command requires you to have Composer installed globally, as explained in the `installation chapter `\_ of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

Then, enable the bundle by adding the following line in the `app/AppKernel.php` file of your project:

.. code-block:: php

```
