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
- Host: GitHub
- URL: https://github.com/zeromq/php-zmq
- Owner: zeromq
- License: other
- Created: 2010-03-31T19:28:01.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T15:45:47.000Z (over 1 year ago)
- Last Synced: 2025-04-07T03:12:34.721Z (over 1 year ago)
- Language: C
- Homepage: http://pecl.php.net/zmq
- Size: 782 KB
- Stars: 556
- Watchers: 51
- Forks: 121
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
PHP bindings for 0MQ. The documentation is available at http://php.net/zmq
[](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