mirror of
https://github.com/danog/ipc.git
synced 2024-11-26 20:15:05 +01:00
Publish
This commit is contained in:
parent
70d472f406
commit
0fc0127964
@ -1,15 +1,15 @@
|
||||
# template
|
||||
# IPC
|
||||
|
||||
[![Build Status](https://img.shields.io/travis/danog/ipc/master.svg?style=flat-square)](https://travis-ci.org/danog/ipc)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/1tcxa257p5dj52ck?svg=true)](https://ci.appveyor.com/project/danog/ipc)
|
||||
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
|
||||
|
||||
`amphp/ipc` provides an async IPC server.
|
||||
`danog/ipc` provides an async IPC server.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
composer require amphp/ipc
|
||||
composer require danog/ipc
|
||||
```
|
||||
|
||||
## Example
|
||||
@ -76,4 +76,4 @@ Loop::run(static function () {
|
||||
asyncCall($clientHandler, $channel);
|
||||
yield $channel->send('ping');
|
||||
});
|
||||
```
|
||||
```
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "amphp/ipc",
|
||||
"name": "danog/ipc",
|
||||
"description": "IPC component for Amp.",
|
||||
"keywords": [
|
||||
"asynchronous",
|
||||
@ -8,17 +8,17 @@
|
||||
"multi-threading",
|
||||
"multi-processing"
|
||||
],
|
||||
"homepage": "https://github.com/amphp/ipc",
|
||||
"homepage": "https://github.com/danog/ipc",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Aaron Piotrowski",
|
||||
"email": "aaron@trowski.com"
|
||||
},
|
||||
{
|
||||
"name": "Daniil Gentili",
|
||||
"email": "daniil@daniil.it"
|
||||
},
|
||||
{
|
||||
"name": "Aaron Piotrowski",
|
||||
"email": "aaron@trowski.com"
|
||||
},
|
||||
{
|
||||
"name": "Stephen Coakley",
|
||||
"email": "me@stephencoakley.com"
|
||||
|
Loading…
Reference in New Issue
Block a user