Skip to content

Commit fc1bc36

Browse files
authored
Merge pull request #24 from gnumoksha/patch-1
docs: Standardize the README
2 parents 014d250 + f8f0d26 commit fc1bc36

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# PSR Container
1+
Container interface
2+
==============
23

3-
This repository holds all interfaces/classes/traits related to [PSR-11](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md).
4+
This repository holds all interfaces related to [PSR-11 (Container Interface)][psr-url].
5+
6+
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.
7+
8+
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
9+
10+
[psr-url]: https://www.php-fig.org/psr/psr-11/
11+
[package-url]: https://packagist.org/packages/psr/container
12+
[implementation-url]: https://packagist.org/providers/psr/container-implementation
413

5-
Note that this is not a container implementation of its own. See the specification for more details.

0 commit comments

Comments
 (0)