PHPackages                             musicglue/sidekiq-job-pusher - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. musicglue/sidekiq-job-pusher

ActiveLibrary[Queues &amp; Workers](/categories/queues)

musicglue/sidekiq-job-pusher
============================

PHP client to interface with Sidekiq

1416.9k7[1 PRs](https://github.com/musicglue/sidekiq-job-pusher/pulls)PHP

Since Nov 7Pushed 10y ago13 watchersCompare

[ Source](https://github.com/musicglue/sidekiq-job-pusher)[ Packagist](https://packagist.org/packages/musicglue/sidekiq-job-pusher)[ RSS](/packages/musicglue-sidekiq-job-pusher/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Basic usage:

```
$redis = new Predis\Client();

$sidekiq = new SidekiqJobPusher\Client($redis);

$sidekiq->perform('TestWorker');
```

Advanced usage:

```
$redis = new Predis\Client(array(
	'host' => 'localhost',
	'port' => '6379',
	'database' => 12,
));

$sidekiq = new SidekiqJobPusher\Client($redis, 'my-namespace');

$args = array('arg1', 'arg2');
$retry = true;
$queue = 'my-queue';

$sidekiq->perform('TestWorker', $args, $retry, $queue);
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ab9f8ca41f5b9424b20efd57b101b5174dcf86d18638a1a2f399d6903bda3a1?d=identicon)[tomdmaguire](/maintainers/tomdmaguire)

---

Top Contributors

[![tomdmaguire](https://avatars.githubusercontent.com/u/86268?v=4)](https://github.com/tomdmaguire "tomdmaguire (3 commits)")

### Embed Badge

![Health badge](/badges/musicglue-sidekiq-job-pusher/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M29](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M507](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)

PHPackages © 2026

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