PHPackages                             hyssa-dev/hibiken-asynq-client - 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. hyssa-dev/hibiken-asynq-client

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

hyssa-dev/hibiken-asynq-client
==============================

go hibiken/asynq client

0.0.3(1y ago)010MITPHPPHP ^8.1

Since Aug 19Pushed 1y agoCompare

[ Source](https://github.com/hyssa-dev/hibiken-asynq-client)[ Packagist](https://packagist.org/packages/hyssa-dev/hibiken-asynq-client)[ RSS](/packages/hyssa-dev-hibiken-asynq-client/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

hibiken-asynq-client
====================

[](#hibiken-asynq-client)

This is a client for the hibiken/asynq GO task queue used to send asynq tasks in PHP.
-------------------------------------------------------------------------------------

[](#this-is-a-client-for-the-hibikenasynq-go-task-queue-used-to-send-asynq-tasks-in-php)

Asynq issues Client in other languages
--------------------------------------

[](#asynq-issues-client-in-other-languages)

[hibiken/asynq#105 (comment)](https://github.com/hibiken/asynq/issues/105#issue-577400538)[hibiken/asynq#105 (comment)](https://github.com/hibiken/asynq/issues/105#issuecomment-875502989)

Asynq
-----

[](#asynq)

Asynq is a Go library for queueing tasks and processing them asynchronously with workers. It's backed by Redis and is designed to be scalable yet easy to get started.

required
--------

[](#required)

```
"php": "^8.1",
"ext-redis": "^5.3",

```

install
-------

[](#install)

composer require hyssa-dev/hibiken-asynq-client:dev-main

used
----

[](#used)

use Client to put tasks on queues.

example

```
namespace HyssaDev\HibikenAsynqClient\Tests;

use Ramsey\Uuid\Uuid;
use HyssaDev\HibikenAsynqClient\Client;

class ClientTest extends \PHPUnit\Framework\TestCase
{
    public function testEnqueue()
    {
        $redis = new \Redis();
        $redis->connect('127.0.0.1');
        $clinet = new Client($redis);
        $res = $clinet->Enqueue([
            'typename'=>'newtest:user:xxxx',
            'payload'=>[
                'test'=>'xxxx',
                'user'=>1111
            ],
            'opts'=>[
                'timeout'=>0,
            ]
        ],[
            'queue'=>'test'
        ]);
        $this->assertTrue($res);
    }
}
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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 ~0 days

Total

3

Last Release

728d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/84782017?v=4)[Jahongir Temirov](/maintainers/realtemirov)[@realtemirov](https://github.com/realtemirov)

---

Top Contributors

[![yangguangwuwu](https://avatars.githubusercontent.com/u/24450871?v=4)](https://github.com/yangguangwuwu "yangguangwuwu (9 commits)")[![realtemirov](https://avatars.githubusercontent.com/u/84782017?v=4)](https://github.com/realtemirov "realtemirov (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hyssa-dev-hibiken-asynq-client/health.svg)

```
[![Health](https://phpackages.com/badges/hyssa-dev-hibiken-asynq-client/health.svg)](https://phpackages.com/packages/hyssa-dev-hibiken-asynq-client)
```

###  Alternatives

[google/gax

Google API Core for PHP

268121.1M633](/packages/google-gax)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[mynaparrot/plugnmeet-sdk

plugNmeet PHP SDK

113.1k](/packages/mynaparrot-plugnmeet-sdk)[clarifai/clarifai-php-grpc

Clarifai PHP gRPC client

1229.9k](/packages/clarifai-clarifai-php-grpc)[markocupic/calendar-event-booking-bundle

Contao Calendar Event Booking Bundle

125.3k1](/packages/markocupic-calendar-event-booking-bundle)

PHPackages © 2026

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