1- Yokai\EnumBundle
1+ YokaiEnumBundle
22==============
33
4- This repository aims to provide simple enumeration implementation to Symfony2 :
5-
4+ [ ![ Latest Stable Version] ( https://poser.pugx.org/yokai/enum-bundle/v/stable )] ( https://packagist.org/packages/yokai/enum-bundle )
5+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/yokai/enum-bundle/v/unstable )] ( https://packagist.org/packages/yokai/enum-bundle )
6+ [ ![ Total Downloads] ( https://poser.pugx.org/yokai/enum-bundle/downloads )] ( https://packagist.org/packages/yokai/enum-bundle )
7+ [ ![ License] ( https://poser.pugx.org/yokai/enum-bundle/license )] ( https://packagist.org/packages/yokai/enum-bundle )
68
79[ ![ Build Status] ( https://api.travis-ci.org/yokai-php/enum-bundle.png?branch=master )] ( https://travis-ci.org/yokai-php/enum-bundle )
810[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/yokai-php/enum-bundle/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/yokai-php/enum-bundle/?branch=master )
911[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/yokai-php/enum-bundle/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/yokai-php/enum-bundle/?branch=master )
10- [ ![ Build Status ] ( https://scrutinizer-ci. com/g/yokai-php/enum-bundle/badges/build .png?b=master )] ( https://scrutinizer-ci. com/g/yokai-php/enum-bundle/build-status/master )
11- [ ![ Total Downloads ] ( https://poser.pugx.org/yokai-php/enum-bundle/downloads.png )] ( https://packagist.org/packages/yokai-php/enum-bundle )
12- [ ![ SensioLabsInsight ] ( https://insight.sensiolabs.com/projects/a3246c63-abbf-4605-98ca-33295a547338/mini.png )] ( https://insight.sensiolabs.com/projects/a3246c63-abbf-4605-98ca-33295a547338 )
12+ [ ![ SensioLabsInsight ] ( https://insight.sensiolabs. com/projects/596d2076-90ee-49d9-a8b2-e3bcbd390874/mini .png )] ( https://insight.sensiolabs. com/projects/596d2076-90ee-49d9-a8b2-e3bcbd390874 )
13+
14+ This repository aims to provide simple enumeration implementation to Symfony2 :
1315
1416
1517Installation
@@ -18,7 +20,7 @@ Installation
1820### Add the bundle as dependency with Composer
1921
2022``` bash
21- $ php composer.phar require yokai-php /enum-bundle
23+ $ php composer.phar require yokai/enum-bundle
2224```
2325
2426### Enable the bundle in the kernel
@@ -31,7 +33,7 @@ public function registerBundles()
3133{
3234 $bundles = [
3335 // ...
34- new Yokai\EnumBundle(),
36+ new Yokai\EnumBundle\YokaiEnumBundle (),
3537 ];
3638}
3739```
0 commit comments