Skip to content
/ php-zmq Public
forked from zeromq/php-zmq

ZeroMQ for PHP

License

Notifications You must be signed in to change notification settings

poison/php-zmq

This branch is 210 commits behind zeromq/php-zmq:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ed51c5 · Jun 26, 2013
May 20, 2013
Jan 25, 2012
May 4, 2013
Dec 1, 2012
Nov 28, 2012
Apr 8, 2010
Apr 20, 2011
May 6, 2011
Sep 26, 2011
Oct 9, 2011
May 7, 2013
Jun 26, 2013
Apr 11, 2010
Jul 20, 2010
Jul 9, 2012
May 21, 2013
Nov 14, 2011
Sep 26, 2011
Feb 15, 2012
May 4, 2013

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

Windows http://valokuva.org/~mikko/php-zmq-20130203.tgz

Resources

License

Stars

Watchers

Forks

Packages

No packages published