forked from zeromq/php-zmq
-
Notifications
You must be signed in to change notification settings - Fork 0
ZeroMQ for PHP
License
jiangshengjun/php-zmq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Experimental PHP bindings for 0MQ. The documentation is available at http://php.zero.mq/ The API is roughly as follows: <?php /* Create new queue object */ $queue = new ZMQ(new ZMQContext(), ZMQ::SOCKET_REQ, "MySock1"); /* Connect to an endpoint */ $queue->connect("tcp://127.0.0.1:5555"); /* send and receive */ var_dump($queue->send("hello there, using socket 1")->recv()); ?> For installation instructions see http://pear.zero.mq/
About
ZeroMQ for PHP
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published