承接 culturalinfusion/laravel-sqs-fifo 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

culturalinfusion/laravel-sqs-fifo

最新稳定版本:v2.0.0

Composer 安装命令:

composer require culturalinfusion/laravel-sqs-fifo

包简介

Laravel SQS FIFO

README 文档

README

License

Laravel SQS FIFO

Table of contents

Intro

Laravel SQS FIFO provides a queue driver for Laravel.

Version Compatibility

Package Version Laravel Version
2.x Laravel 11.x, 12.x
1.x Laravel 8.x, 9.x, 10.x

How to use

  1. Run composer require culturalinfusion/laravel-sqs-fifo
  2. Update config/queue.php of the application with sample from config/queue.php of 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 .fifo to queue name in application side, package takes care of it.

Testing

To run tests using PHPUnit, execute ./vendor/bin/phpunit .

统计信息

  • 总下载量: 21.71k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-18