spinx/sidekiq-job-php 问题修复 & 功能扩展

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

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

spinx/sidekiq-job-php

最新稳定版本:0.2.2

Composer 安装命令:

composer require spinx/sidekiq-job-php

包简介

Push and schedule jobs to Sidekiq from PHP

README 文档

README

Build Status Scrutinizer Code Quality

Push and schedule jobs to Sidekiq from PHP

Installation

The recommended way to install this library is through Composer. Require the spinx/sidekiq-job-php package into your composer.json file:

{
    "require": {
        "spinx/sidekiq-job-php": "*"
    }
}

Important: you should browse spinx/sidekiq-job-php to choose the latest version, avoid the * meta constraint.

Usage

$redis = new Predis\Client('tcp://127.0.0.1:6379');

$client = new \SidekiqJob\Client($redis);

$client->push('ProcessImage', ['argument1']);

More examples here.

Misc

Requirements

  • PHP >=5.4

Todo

  • Monolog support
  • Statsd or similar support

Standards

Symfony2.

License

MIT. Use it as you wish.

统计信息

  • 总下载量: 206.46k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 36
  • 点击次数: 9
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 36
  • Watchers: 4
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 未知