alibayat/laravel-sqs-fifo
Composer 安装命令:
composer require alibayat/laravel-sqs-fifo
包简介
Laravel SQS FIFO
README 文档
README
Laravel SQS FIFO
Table of contents
Intro
Laravel SQS FIFO provides a queue driver for Laravel.
How to use
- Run
composer require culturalinfusion/laravel-sqs-fifo - Update
config/queue.phpof the application with sample fromconfig/queue.phpof package (Currently Laravel does not support automated config merge for multi-dimensional configuration array, so needs to be done manually):
- SQS endpoint structure is
https://sqs.${AWS_REGION}.amazonaws.com/${prefix}/${queue_name_prefix}${queue}${suffix}.fifo - No need to add
.fifoto queue name in application side, package takes care of it.
Testing
To run tests using PHPUnit, execute ./vendor/bin/phpunit .
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-11