Skip to content

Commit 89d2373

Browse files
committed
Basic readme
1 parent 85471f1 commit 89d2373

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

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

0 commit comments

Comments
 (0)