Download the PHP package zhan3333/laravel-rabbitmq without Composer
On this page you can find all versions of the php package zhan3333/laravel-rabbitmq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-rabbitmq
RabbitMQ
在Laravel中提供生产者和消费者的使用类,提供task版本的生产者和消费者,并提供相关的Command
- PHP AMQPLIB 库:
https://github.com/php-amqplib/php-amqplib
- RabbitMQ 中文:
https://github.com/mr-ping/RabbitMQ_into_Chinese
- 建议使用Docker运行RabbitMQ服务:
https://github.com/zhan3333/rabbitmq-docker
操作手册
RabbitMQ Queue 队列使用
-
配置 config/rebbitmq.php
-
启动队列消费者
-
自定义启动消费者
- 命令行推送消息到队列(可选调试用)
message: 推送的消息字符串,可以为string (array,object需要json_encode) config: 使用的 rabbitmq.php 配置中的配置项名称
-
创建队列类
- 发送task到队列中
All versions of laravel-rabbitmq with dependencies
PHP Build Version
Package Version
Requires
ramsey/uuid Version
^3.8
laravel/framework Version ^5.5
php-amqplib/php-amqplib Version ^2.9
laravel/framework Version ^5.5
php-amqplib/php-amqplib Version ^2.9
The package zhan3333/laravel-rabbitmq contains the following files
Loading the files please wait ....