rezets19 / beanstalk-bus
关于该包的最新版本(0.6.2)没有可用的许可证信息。
0.6.2
2023-11-18 15:37 UTC
Requires
- php: ^8.0
- json-mapper/json-mapper: ^2.20
- pda/pheanstalk: ^5.0
- psr/event-dispatcher: ^1.0
- queue-interop/queue-interop: ^0.8.1
Requires (Dev)
- phpunit/phpunit: ^10.4
- zoltanka/bypass-readonly: ^0.0.4
This package is auto-updated.
Last update: 2024-09-27 07:59:21 UTC
README
Beanstalkd独立消息总线PHP 8.x库。
Beanstalkd是一个零管理消息代理,工作队列。
安装
composer require rezets19/beanstalk-bus
创建事件和处理程序
示例
- 事件:src/impl/TEvent.php
- 处理程序:src/impl/TEventHandler.php
启动监听器
php bin/listen.php -h 127.0.0.1 -p 11300 -q test -t /tmp/bus -f src/impl/config.php
触发事件
php bin/rise_event.php -h 127.0.0.1 -p 11300 -f src/impl/config.php