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

Commit dd73ba1

Browse files
authored
Merge pull request #5 from reactphp-parallel/add-readme
Add readme
2 parents d4d1ce5 + 26535df commit dd73ba1

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

‎README.md‎

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

0 commit comments

Comments
 (0)