PHPackages                             le-dams/queue-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. le-dams/queue-client

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

le-dams/queue-client
====================

Queue client for le-dams/queue-server

2.1.0(1y ago)01.2kBSD-3-ClausePHPPHP &gt;=7.4CI failing

Since Aug 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/le-dams/queue-client)[ Packagist](https://packagist.org/packages/le-dams/queue-client)[ RSS](/packages/le-dams-queue-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (3)Versions (25)Used By (0)

le-dams / QueueClient
=====================

[](#le-dams--queueclient)

Create JOB
----------

[](#create-job)

```
$client = new QueueClient\Client(getenv('QUEUE_BASE_URI'), getenv('QUEUE_SECRET_KEY'), time());

$jobRequest = new QueueClient\Transactions\JobRequest();
$jobRequest->setUri('https://www.google.be');
$jobRequest->setQueue('TEST');
$jobRequest->setPriority(QueueClient\Enum\Priority::LOW);

$client->create($jobRequest);
```

Delete JOB
----------

[](#delete-job)

```
$client = new QueueClient\Client(getenv('QUEUE_BASE_URI'), getenv('QUEUE_SECRET_KEY'), time());

$client->delete(1);
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance46

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~91 days

Recently: every ~66 days

Total

24

Last Release

421d ago

Major Versions

1.0.5 → 2.0.32022-11-28

1.0.6 → 2.0.12022-11-28

1.0.8 → 2.0.42023-01-08

1.0.9 → 2.0.52023-08-04

1.0.x-dev → 2.1.02025-05-06

PHP version history (2 changes)1.0.0PHP &gt;=7.1

2.0.6PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ffb3ff8fe41cf244e61a75b66cb06e0b86301181855af0935d3ab845ea024f0?d=identicon)[le-dams](/maintainers/le-dams)

---

Top Contributors

[![le-dams](https://avatars.githubusercontent.com/u/4152022?v=4)](https://github.com/le-dams "le-dams (15 commits)")

---

Tags

clientqueue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/le-dams-queue-client/health.svg)

```
[![Health](https://phpackages.com/badges/le-dams-queue-client/health.svg)](https://phpackages.com/packages/le-dams-queue-client)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.6k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M406](/packages/drupal-core-recommended)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k39](/packages/civicrm-civicrm-core)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)

PHPackages © 2026

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