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 yesterday

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 26% of packages

Maintenance32

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

683d 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

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[google/gax

Google API Core for PHP

267116.3M567](/packages/google-gax)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[temporal/sdk

Temporal SDK

4072.9M25](/packages/temporal-sdk)[clarifai/clarifai-php-grpc

Clarifai PHP gRPC client

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

plugNmeet PHP SDK

102.8k](/packages/mynaparrot-plugnmeet-sdk)

PHPackages © 2026

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