PHP Classes

File: examples/client/composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Node.js Communication IPC Client   examples/client/composer.json   Download  
File: examples/client/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: 350 bytes
 

Contents

Class file image Download
{ "name": "baba/ipc-client-example", "description": "Example of IPC client usage", "type": "project", "license": "MIT", "authors": [ { "name": "Juraj Puchký", "email": "info@baba.bj" } ], "minimum-stability": "dev", "require": { "baba/php-node-ipc-client": "*" } }