baba/php-node-ipc-client

node-ipc client implementation in PHP

Installs: 69

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/baba/php-node-ipc-client

1.0.0.1-dev 2019-08-21 22:21 UTC

This package is auto-updated.

Last update: 2025-10-06 09:52:09 UTC


README

=====================

node-ipc client for php

node-ipc client implementation in PHP

Author: Juraj Puchký - BABA Tumise s.r.o. info@baba.bj

Web: http://www.baba.bj

GIT: https://github.com/sjurajpuchky/php-node-ipc-client

INTRODUCTION

I was in a situation when I need to connect to node-ipc (nodejs) server by PHP client for one project written within the Symfony framework. So I create this simple package to emit messages to my nodejs application from PHP.

HOW TO RUN

go to examples and start nodejs application from terminal

cd examples/nodejs-ipc-server

npm install

node src/server.js

then go to client in separated terminal

cd examples/client

composer install

php ipc-client.php