PHPackages                             spinx/sidekiq-job-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. spinx/sidekiq-job-php

ActiveLibrary[Caching](/categories/caching)

spinx/sidekiq-job-php
=====================

Push and schedule jobs to Sidekiq from PHP

0.2.2(8y ago)37219.6k—4.2%13[1 PRs](https://github.com/spinx/sidekiq-job-php/pulls)MITPHPPHP &gt;=5.4CI failing

Since Jul 18Pushed 8y ago4 watchersCompare

[ Source](https://github.com/spinx/sidekiq-job-php)[ Packagist](https://packagist.org/packages/spinx/sidekiq-job-php)[ RSS](/packages/spinx-sidekiq-job-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (10)Used By (0)

sidekiq-job-php
===============

[](#sidekiq-job-php)

[![Build Status](https://camo.githubusercontent.com/2e83c7c6955489d4a5aadf6ed883679824ca87e755dd7c53c0dff5edd186f862/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370696e782f736964656b69712d6a6f622d7068702f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spinx/sidekiq-job-php/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0b9958550f9ba308ca05b6ef92a6269ef33348dea17f4d379f7877437b6c3408/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370696e782f736964656b69712d6a6f622d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spinx/sidekiq-job-php/?branch=master)

Push and schedule jobs to Sidekiq from PHP

Installation
------------

[](#installation)

The recommended way to install this library is through [Composer](http://getcomposer.org/). 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`](https://packagist.org/packages/spinx/sidekiq-job-php) to choose the latest version, avoid the `*` meta constraint.

Usage
-----

[](#usage)

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

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

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

More examples [here](https://github.com/spinx/sidekiq-job-php/tree/master/examples).

Misc
----

[](#misc)

### Requirements

[](#requirements)

- PHP &gt;=5.4

### Todo

[](#todo)

- Monolog support
- Statsd or similar support

### Standards

[](#standards)

[Symfony2](https://github.com/escapestudios/Symfony2-coding-standard).

### License

[](#license)

MIT. Use it as you wish.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~157 days

Recently: every ~228 days

Total

7

Last Release

3009d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.6

0.1.2PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/cffc454d514e7cb8765cd297f297ee40097e3278c7ad4512575bbd84ae69fa28?d=identicon)[spinx](/maintainers/spinx)

---

Top Contributors

[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

phpqueuequeueingredissidekiqworkerworkersprocessingredisqueueresqueworkersidekiq

### Embed Badge

![Health badge](/badges/spinx-sidekiq-job-php/health.svg)

```
[![Health](https://phpackages.com/badges/spinx-sidekiq-job-php/health.svg)](https://phpackages.com/packages/spinx-sidekiq-job-php)
```

###  Alternatives

[mjphaynes/php-resque

Redis backed library for creating background jobs and processing them later.

228199.3k2](/packages/mjphaynes-php-resque)[pdffiller/qless-php

PHP Bindings for qless

29113.2k1](/packages/pdffiller-qless-php)[resquebundle/resque

A Symfony 4 bundle to manage Resque job queues

51137.1k1](/packages/resquebundle-resque)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
