PHPackages                             yrizos/cue-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. [API Development](/categories/api)
4. /
5. yrizos/cue-client

AbandonedArchivedLibrary[API Development](/categories/api)

yrizos/cue-client
=================

0.1(8y ago)07001WTFPLPHP

Since Mar 19Pushed 8y ago2 watchersCompare

[ Source](https://github.com/yrizos/cue-client)[ Packagist](https://packagist.org/packages/yrizos/cue-client)[ RSS](/packages/yrizos-cue-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

PHP client for [speix/cue](https://github.com/speix/cue)

#### Setup

[](#setup)

```
composer require yrizos/cue-client

```

#### Usage

[](#usage)

```
$client = new Cue\Client('127.0.0.1', 8000);
$task   = new \Cue\Task(
    'queue', // queue name
    'task', // task name
    [
        'message 1',
        'message 2',
        'message 3',
    ],
    60 // delay in seconds
);

$client->queueTask($task);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

2975d ago

### Community

Maintainers

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

---

Top Contributors

[![yrizos](https://avatars.githubusercontent.com/u/282929?v=4)](https://github.com/yrizos "yrizos (7 commits)")

### Embed Badge

![Health badge](/badges/yrizos-cue-client/health.svg)

```
[![Health](https://phpackages.com/badges/yrizos-cue-client/health.svg)](https://phpackages.com/packages/yrizos-cue-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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