PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Node.js Communication IPC Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Node.js Communication IPC Client
Send messages to a Node server via sockets
Author: By
Last change:
Date: 4 years ago
Size: 704 bytes
 

Contents

Class file image Download
{ "name": "baba/php-node-ipc-client", "description": "node-ipc client implementation in PHP", "homepage": "https://github.com/sjurajpuchky/php-node-ipc-client/", "keywords": [ "node-ipc", "php", "client" ], "license": "MIT", "type": "library", "authors": [ { "name": "Juraj Puchký - BABA Tumise s.r.o.", "email": "info@baba.bj" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "BABA\\NodeIPC\\": "src/" } }, "provide": { "baba/php-node-ipc-client": "1.0.0.0" }, "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "1.0.0.0-dev", "1.0.0.1": "1.0.0.1-dev" } } }