tailwind/laravel-rackspace-cloudqueue 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

tailwind/laravel-rackspace-cloudqueue

最新稳定版本:v2.0.2

Composer 安装命令:

composer require tailwind/laravel-rackspace-cloudqueue

包简介

Rackspace CloudQueue driver for Laravel Queue

README 文档

README

Note: Currently there is only support for Laravel 4.2.

##Installation

Install via Composer

Require this package in your composer.json and run composer update:

"tailwind/laravel-rackspace-cloudqueue": "~2.0"

Add Configuration

/// config/queue.php

return array(


    'default'     => 'rackspace',
    
    'connections' => array(

        'rackspace'  => [
            'driver'   => 'rackspace',
            'queue'    => 'default_tube', /// the default queue
            'endpoint' => 'US',  /// US or UK
            'username' => 'SOME_RACKSPACE_USERNAME',
            'apiKey'   => 'SOME_RACKSPACE_API_KEY',
            'region'   => 'ORD', /// THE REGION WHERE THE QUEUE IS SETUP
            'urlType'  => 'internalURL', /// Optional, defaults to internalURL
        ]

    ),

);,

Add Service Provider

/// config/app.php

return array(

    'providers'  => array(
        'Tailwind\RackspaceCloudQueue\RackspaceCloudQueueServiceProvider'
    ),
);

Changelog

Version 2.0.2

  • Fix a bug where 10 items were popped off a time and only 1 was processed

Version 2.0

  • Change to Tailwind namespace
  • Shorten driver name to just "rackspace"
  • Add support for specifying a tube besides the default
  • Add to Packagist
  • Add test suite

Version 1.0

  • Transfer from cchiles to Tailwind
  • Support for RackspaceCloudQueue

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固