|
| 1 | +# ReactPHP Child Process Promise Closure child class |
| 2 | + |
| 3 | +[](https://travis-ci.org/WyriHaximus/reactphp-child-process-promise-closure) |
| 4 | +[](https://packagist.org/packages/WyriHaximus/react-child-process-promise-closure) |
| 5 | +[](https://packagist.org/packages/WyriHaximus/react-child-process-promise-closure) |
| 6 | +[](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-child-process-promise-closure/?branch=master) |
| 7 | +[](https://packagist.org/packages/wyrihaximus/react-child-process-promise-closure) |
| 8 | +[](https://travis-ci.org/WyriHaximus/reactphp-child-process-promise-closure) |
| 9 | + |
| 10 | +Runs a closure in a child process and return the result over a promise |
| 11 | + |
| 12 | +### Installation ### |
| 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 wyrihaximus/react-child-process-promise-closure |
| 18 | +``` |
| 19 | + |
| 20 | +## Examples ## |
| 21 | + |
| 22 | +For examples see the [examples](https://github.com/WyriHaximus/reactphp-child-process-promise-closure/tree/master/examples) directory |
| 23 | + |
| 24 | +## Contributing ## |
| 25 | + |
| 26 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 27 | + |
| 28 | +## License ## |
| 29 | + |
| 30 | +Copyright 2017 [Cees-Jan Kiewiet](http://wyrihaximus.net/) |
| 31 | + |
| 32 | +Permission is hereby granted, free of charge, to any person |
| 33 | +obtaining a copy of this software and associated documentation |
| 34 | +files (the "Software"), to deal in the Software without |
| 35 | +restriction, including without limitation the rights to use, |
| 36 | +copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 37 | +copies of the Software, and to permit persons to whom the |
| 38 | +Software is furnished to do so, subject to the following |
| 39 | +conditions: |
| 40 | + |
| 41 | +The above copyright notice and this permission notice shall be |
| 42 | +included in all copies or substantial portions of the Software. |
| 43 | + |
| 44 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 45 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 46 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 47 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 48 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 49 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 50 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 51 | +OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments