rezets19/beanstalk-bus
最新稳定版本:0.9.0
Composer 安装命令:
composer require rezets19/beanstalk-bus
包简介
README 文档
README
Frameworks independent message bus php 8.x library for beanstalkd.
Beanstalkd is a zero management message broker, work queue.
Install
composer require rezets19/beanstalk-bus
Create event and handler
Examples:
- Event: src/impl/TEvent.php
- Handler: src/impl/TEventHandler.php
Start listener
php bin/listen.php -h 127.0.0.1 -p 11300 -q test -t /tmp -f src/impl/config.php
Rise event
php bin/rise_event.php -h 127.0.0.1 -p 11300 -f src/impl/config.php
Laravel package
https://github.com/rezets19/laravel-beanstalk-bus
Systemd worker
Systemd config, change paths before copy.
copy bin/worker.service.dist /etc/systemd/system/worker.service
Systemd documentation: https://jolicode.com/blog/symfony-messenger-systemd or
man systemd
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-11-14