1
- Yokai\EnumBundle
1
+ YokaiEnumBundle
2
2
==============
3
3
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 )
6
8
7
9
[ ![ Build Status] ( https://api.travis-ci.org/yokai-php/enum-bundle.png?branch=master )] ( https://travis-ci.org/yokai-php/enum-bundle )
8
10
[ ![ 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 )
9
11
[ ![ 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 :
13
15
14
16
15
17
Installation
@@ -18,7 +20,7 @@ Installation
18
20
### Add the bundle as dependency with Composer
19
21
20
22
``` bash
21
- $ php composer.phar require yokai-php /enum-bundle
23
+ $ php composer.phar require yokai/enum-bundle
22
24
```
23
25
24
26
### Enable the bundle in the kernel
@@ -31,7 +33,7 @@ public function registerBundles()
31
33
{
32
34
$bundles = [
33
35
// ...
34
- new Yokai\EnumBundle(),
36
+ new Yokai\EnumBundle\YokaiEnumBundle (),
35
37
];
36
38
}
37
39
```
0 commit comments