Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duxet/hhvm-zmq

ZMQ extension for HHVM
https://github.com/duxet/hhvm-zmq

hhvm hhvm-zmq zmq zmq-extension

Last synced: 28 days ago
JSON representation

ZMQ extension for HHVM

Awesome Lists containing this project

README

        

hhvm-zmq
========

ZMQ extension for HHVM. Shall be compatible with [existing PHP binding](http://php.net/zmq).

## Building and installation

~~~
./build.sh
~~~

Please remember that first you need to build HHVM from source. If you need help with that, take a look at [HHVM Wiki](https://github.com/facebook/hhvm/wiki).

Also: don't forgot about installing [libzmq](https://github.com/zeromq/libzmq). Currently only versions >= 4.0 are supported.

## Tests

~~~
./test.sh
~~~