File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,13 @@ YokaiEnumBundle
6
6
[ ![ Total Downloads] ( https://poser.pugx.org/yokai/enum-bundle/downloads )] ( https://packagist.org/packages/yokai/enum-bundle )
7
7
[ ![ License] ( https://poser.pugx.org/yokai/enum-bundle/license )] ( https://packagist.org/packages/yokai/enum-bundle )
8
8
9
- [ ![ Build Status] ( https://api.travis-ci.org/yokai-php/enum-bundle.png?branch=master )] ( https://travis-ci.org/yokai-php/enum-bundle )
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 )
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 )
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 library aims to provide simple enumeration implementation for PHP projects.
15
-
16
- First created as a Symfony bundle only, the doc is focused on integration with it.
17
- But if you love this library, feel free to propose a bridge for you framework.
9
+ This repository aims to provide simple enumeration implementation to Symfony.
18
10
19
11
20
12
Installation
21
13
------------
22
14
23
- ### Add the library as a dependency with Composer
15
+ ### Add the bundle as a dependency with Composer
24
16
25
17
``` bash
26
18
$ composer require yokai/enum-bundle
@@ -33,7 +25,7 @@ $ composer require yokai/enum-bundle
33
25
// config/bundles.php
34
26
35
27
return [
36
- // ...
28
+ // ...
37
29
Yokai\EnumBundle\YokaiEnumBundle::class => ['all' => true],
38
30
];
39
31
```
You can’t perform that action at this time.
0 commit comments