File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ PHPBench Service Container
44[ ![ Build Status] ( https://travis-ci.org/phpbench/container.svg?branch=master )] ( https://travis-ci.org/phpbench/container )
55[ ![ StyleCI] ( https://styleci.io/repos/55606670/shield )] ( https://styleci.io/repos/55606670 )
66
7- This is a simple but powerful dependency injection container:
7+ This is a simple but powerful (of course its powerful) dependency injection container:
88
99- Extendable (a.k.a service providers);
1010- Configurable;
1111- Extensions provide default configuration;
1212- Service tagging;
1313
14+ This container was developed incidentally for PHPBench, and is not a very
15+ polished library, but I like it.
16+
1417Simple usage
1518------------
1619
@@ -36,7 +39,7 @@ $container = new Container(
3639 'foo.bar' => 'my_new_value',
3740 ]
3841);
39- $container->init(); // required if you use the build() method .
42+ $container->init(); // will trigger loading of the extensions .
4043```
4144
4245``` php
You can’t perform that action at this time.
0 commit comments