Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit f47badb

Browse files
authored
Merge pull request #7 from reactphp-parallel/super-basic-readme
Add Super Basic Readme
2 parents 6e9c867 + 5fb2e6e commit f47badb

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

README.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
# psr-11-container-proxy
1+
# psr-11-container-proxy
2+
3+
# PSR-11 container proxy helper
4+
5+
![Continuous Integration](https://github.com/reactphp-parallel/psr-11-container-proxy/workflows/Continuous%20Integration/badge.svg)
6+
[![Latest Stable Version](https://poser.pugx.org/react-parallel/psr-11-container-proxy/v/stable.png)](https://packagist.org/packages/react-parallel/psr-11-container-proxy)
7+
[![Total Downloads](https://poser.pugx.org/react-parallel/psr-11-container-proxy/downloads.png)](https://packagist.org/packages/react-parallel/psr-11-container-proxy)
8+
[![Code Coverage](https://scrutinizer-ci.com/g/reactphp-parallel/psr-11-container-proxy/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/reactphp-parallel/psr-11-container-proxy/?branch=master)
9+
[![Type Coverage](https://shepherd.dev/github/reactphp-parallel/psr-11-container-proxy/coverage.svg)](https://shepherd.dev/github/reactphp-parallel/psr-11-container-proxy)
10+
[![License](https://poser.pugx.org/react-parallel/psr-11-container-proxy/license.png)](https://packagist.org/packages/react-parallel/psr-11-container-proxy)
11+
12+
## Install ##
13+
14+
To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `~`.
15+
16+
```
17+
composer require react-parallel/psr-11-container-proxy
18+
```
19+
20+
## License ##
21+
22+
Copyright 2020 [Cees-Jan Kiewiet](http://wyrihaximus.net/)
23+
24+
Permission is hereby granted, free of charge, to any person
25+
obtaining a copy of this software and associated documentation
26+
files (the "Software"), to deal in the Software without
27+
restriction, including without limitation the rights to use,
28+
copy, modify, merge, publish, distribute, sublicense, and/or sell
29+
copies of the Software, and to permit persons to whom the
30+
Software is furnished to do so, subject to the following
31+
conditions:
32+
33+
The above copyright notice and this permission notice shall be
34+
included in all copies or substantial portions of the Software.
35+
36+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
38+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
39+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
41+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
43+
OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)