PHPackages                             swoole/zmq - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. swoole/zmq

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

swoole/zmq
==========

ZeroMQ bindings for Swoole.

v0.1.3(8y ago)373.6k—0%11[3 issues](https://github.com/swoole/zmq/issues)[1 PRs](https://github.com/swoole/zmq/pulls)GPLPHPPHP &gt;=5.4.0

Since Aug 18Pushed 6y ago5 watchersCompare

[ Source](https://github.com/swoole/zmq)[ Packagist](https://packagist.org/packages/swoole/zmq)[ RSS](/packages/swoole-zmq/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Swoole/Async/ZMQ
================

[](#swooleasynczmq)

ZeroMQ bindings for Swoole.

Install
-------

[](#install)

The recommended way to install swoole/zmq is [through composer](http://getcomposer.org).

```
{
    "require": {
        "swoole/zmq": "0.1.*"
    }
}
```

```
composer require swoole/zmq
```

Example
-------

[](#example)

And don't forget to autoload:

```
