baba / php-node-ipc-client
node-ipc client implementation in PHP
1.0.0.1-dev
2019-08-21 22:21 UTC
Requires
- php: >=5.3.0
Provides
- baba/php-node-ipc-client: 1.0.0.1
This package is auto-updated.
Last update: 2025-03-06 08:42:14 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
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