pixelfederation / openswoole-zmq
ZeroMQ bindings for Open Swoole.
dev-master
2022-09-14 09:53 UTC
Requires
- php: >=7.4
- ext-openswoole: *
- ext-zmq: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.11
- madewithlove/license-checker: ^0.10.0
- openswoole/ide-helper: ^4.11
- php-parallel-lint/php-parallel-lint: ^1.3
- phpcompatibility/php-compatibility: ^9.3
- phpmd/phpmd: ^2.13
- phpro/grumphp: ^1.13
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
- pixelfederation/coding-standards: ^2.1
- squizlabs/php_codesniffer: ^3.7
- vimeo/psalm: ^4.27
This package is auto-updated.
Last update: 2024-11-10 11:47:20 UTC
README
ZeroMQ bindings for Swoole.
Install
The recommended way to install pixelfederation/openswoole-zmq is through composer.
{ "require": { "pixelfederation/openswoole-zmq": "0.1.*" } }
Examples
You can find examples here.