File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- ![ Tests Status] [ badge ]
2-
31# Technically Array Container
42
53` Technically\ArrayContainer ` is a plain-simple [ PSR-11] [ 1 ] container implementation
64powered by a simple associative array under the hood.
75
6+ ![ Tests Status] [ badge ]
7+
8+
89## Features
910
1011- PSR-11
@@ -13,6 +14,7 @@ powered by a simple associative array under the hood.
1314- Semver
1415- Tests
1516
17+
1618## Installation
1719
1820Use [ Composer] [ 2 ] package manager to add * ArrayContainer* to your project:
@@ -21,6 +23,7 @@ Use [Composer][2] package manager to add *ArrayContainer* to your project:
2123composer require technically/array-container
2224```
2325
26+
2427## Example
2528
2629``` php
@@ -43,6 +46,7 @@ $container->set('config', $config);
4346$logger = $container->get('logger');
4447```
4548
49+
4650## Changelog
4751
4852All notable changes to this project will be documented in the [ CHANGELOG] ( ./CHANGELOG.md ) file.
You can’t perform that action at this time.
0 commit comments