PHPackages                             idci/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. idci/code-generator-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

idci/code-generator-bundle
==========================

Symfony CodeGeneratorBundle

v1.0.0(10y ago)010.3kGPL-3.0+PHPPHP &gt;=5.3.3CI failing

Since Aug 3Pushed 6y ago4 watchersCompare

[ Source](https://github.com/IDCI-Consulting/CodeGeneratorBundle)[ Packagist](https://packagist.org/packages/idci/code-generator-bundle)[ RSS](/packages/idci-code-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

CodeGeneratorBundle
===================

[](#codegeneratorbundle)

A Symfony2 Bundle to generate unique codes

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

[](#installation)

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "idci/code-generator-bundle": "dev-master"
},
```

Install these new dependencies in your application using composer:

```
$ php composer.phar update
```

Register needed bundles in your application kernel:

```
