An open API service indexing awesome lists of open source software.

https://github.com/zeromq/php-zmq

ZeroMQ for PHP
https://github.com/zeromq/php-zmq

Last synced: 7 months ago
JSON representation

ZeroMQ for PHP

Awesome Lists containing this project

README

          

PHP bindings for 0MQ. The documentation is available at http://php.net/zmq

[![Build Status](https://travis-ci.org/zeromq/php-zmq.png?branch=master)](https://travis-ci.org/zeromq/php-zmq)

The API is roughly as follows:

```php
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://pecl.php.net/zmq

For developer instructions see DEVELOPERS.md