Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 20, 2020
1 parent 4c40565 commit 63f211b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Spawn

[![Build Status](https://travis-ci.org/symplely/spawn.svg?branch=master)](https://travis-ci.org/symplely/spawn)[![Build status](https://ci.appveyor.com/api/projects/status/nao2cjdlx1n9ka28/branch/master?svg=true)](https://ci.appveyor.com/project/techno-express/spawn-hrjtw/branch/master)[![codecov](https://codecov.io/gh/symplely/spawn/branch/master/graph/badge.svg)](https://codecov.io/gh/symplely/spawn)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/77f00be68e664239a7dadfd4892c796b)](https://www.codacy.com/app/techno-express/spawn?utm_source=github.com&utm_medium=referral&utm_content=symplely/spawn&utm_campaign=Badge_Grade)[![Maintainability](https://api.codeclimate.com/v1/badges/a36bf7181cbefb6a0038/maintainability)](https://codeclimate.com/github/symplely/spawn/maintainability)
[![Build Status](https://travis-ci.org/symplely/spawn.svg?branch=master)](https://travis-ci.org/symplely/spawn)[![Build status](https://ci.appveyor.com/api/projects/status/rtbhrhl2u29775cs/branch/master?svg=true)](https://ci.appveyor.com/project/techno-express/spawn/branch/master)[![codecov](https://codecov.io/gh/symplely/spawn/branch/master/graph/badge.svg)](https://codecov.io/gh/symplely/spawn)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/56a6036fa1c849c88b6e52827cad32a8)](https://www.codacy.com/gh/symplely/spawn?utm_source=github.com&utm_medium=referral&utm_content=symplely/spawn&utm_campaign=Badge_Grade)[![Maintainability](https://api.codeclimate.com/v1/badges/7604b17b9ebf310ec94b/maintainability)](https://codeclimate.com/github/symplely/spawn/maintainability)

An simply __process manager__ wrapper API for **PHP** to _execute_ and _manage_ **sub-processes**.
An simply __`uv_spawn`__ wrapper API to _execute_ and _manage_ **sub-processes**, parallel/asynchronous PHP for Blocking I/O.

This package uses features of [`libuv`](https://github.com/libuv/libuv), the PHP extension [UV](https://github.com/bwoebi/php-uv), of the **Node.js** library. It's `uv_spawn` function is used to launch processes. The performance it a much better alternative to pcntl-extension, or the use of `proc_open`. The package will fallback to use [symfony/process], if `libuv` is not installed.

Expand Down

0 comments on commit 63f211b

Please sign in to comment.