Download the PHP package 0rpc/zerorpc-php without Composer
On this page you can find all versions of the php package 0rpc/zerorpc-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zerorpc-php
zerorpc PHP Client
Quick start
-
check dependences
-
recommand installation for Mac
- Installing zerorpc on Ubuntu
Note: Don't forget to add the extensions to your php.ini
Timeout Setting
$timeout
is in milliseconds$client->setTimeout($timeout)
is only work on sync callsChannel::dispatch($timeout)
is only work on async calls
Example
Server:
Read official python server guide and start two simple time
server.
Client:
This will return:
Know Issue
We assume most of the PHP usage scenario is webserver, so LostRemoteException
is not implemented, and because of that heartbeat
is disabled.
Credits
Origin main author of this repo is: @liangshan Other contributors: @wenzong, @thewinterwind
All versions of zerorpc-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-msgpack Version *
ext-zmq Version *
ext-msgpack Version *
ext-zmq Version *
The package 0rpc/zerorpc-php contains the following files
Loading the files please wait ....