mmanos/laravel-sqspushqueue
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mmanos/laravel-sqspushqueue
包简介
An AWS SQS push queue driver for Laravel 4.
README 文档
README
This package provides a laravel queue driver with support for AWS SQS push queues. This technique is used by the AWS Elastic Beanstalk worker tier environments.
Installation Via Composer
Add this to you composer.json file, in the require object:
"mmanos/laravel-sqspushqueue": "dev-master"
After that, run composer install to install the package.
Add the service provider to app/config/app.php, within the providers array.
'providers' => array( // ... 'Mmanos\SqsPushQueue\SqsPushQueueServiceProvider', )
Configuration
Update the existing queue.php config file and change the sqs driver to be sqspush. This driver will use the existing sqs config properites (key, secret, etc...). The main queue driver should still be sqs.
统计信息
- 总下载量: 1.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-24