File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- ![ Status] ( https://github.com/technically-php/array-container/actions/workflows/test.yml/ badge.svg )
1+ ![ Tests Status] [ badge ]
22
3- # ArrayContainer
3+ # Technically Array Container
44
5- ` ArrayContainer ` is a plain-simple [ PSR-11] ( https://www.php-fig.org/psr/psr-11/ ) container implementation
5+ ` Technically\ ArrayContainer` is a plain-simple [ PSR-11] [ 1 ] container implementation
66powered by a simple associative array under the hood.
77
88## Features
@@ -15,7 +15,7 @@ powered by a simple associative array under the hood.
1515
1616## Installation
1717
18- Use [ Composer] ( https://getcomposer.org/ ) package manager to add * ArrayContainer* to your project:
18+ Use [ Composer] [ 2 ] package manager to add * ArrayContainer* to your project:
1919
2020```
2121composer require technically/array-container
@@ -45,4 +45,10 @@ $logger = $container->get('logger');
4545
4646## Credits
4747
48- - Implemented by [ Ivan Voskoboinyk] ( https://github.com/e1himself )
48+ - Implemented by [ Ivan Voskoboinyk] [ 3 ]
49+
50+
51+ [ 1 ] : https://www.php-fig.org/psr/psr-11/
52+ [ 2 ] : https://getcomposer.org/
53+ [ 3 ] : https://github.com/e1himself
54+ [ badge ] : https://github.com/technically-php/array-container/actions/workflows/test.yml/badge.svg
You can’t perform that action at this time.
0 commit comments