PHPackages                             quantaforge/queue - 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. quantaforge/queue

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

quantaforge/queue
=================

The QuantaForge Queue package.

v1.0.0(2y ago)003proprietaryPHPPHP ^8.1

Since Oct 14Pushed 2y agoCompare

[ Source](https://github.com/QuantaForge/queue)[ Packagist](https://packagist.org/packages/quantaforge/queue)[ RSS](/packages/quantaforge-queue/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (11)Versions (2)Used By (3)

QuantaForge Queue
-----------------

[](#quantaforge-queue)

The QuantaForge Queue component provides a unified API across a variety of different queue services. Queues allow you to defer the processing of a time consuming task, such as sending an e-mail, until a later time, thus drastically speeding up the web requests to your application.

### Usage Instructions

[](#usage-instructions)

First, create a new Queue `Capsule` manager instance. Similar to the "Capsule" provided for the Eloquent ORM, the queue Capsule aims to make configuring the library for usage outside of the QuantaForge framework as easy as possible.

```
use QuantaForge\Queue\Capsule\Manager as Queue;

$queue = new Queue;

$queue->addConnection([
    'driver' => 'beanstalkd',
    'host' => 'localhost',
    'queue' => 'default',
]);

// Make this Capsule instance available globally via static methods... (optional)
$queue->setAsGlobal();
```

Once the Capsule instance has been registered. You may use it like so:

```
// As an instance...
$queue->push('SendEmail', ['message' => $message]);

// If setAsGlobal has been called...
Queue::push('SendEmail', ['message' => $message]);
```

For further documentation on using the queue, consult the [QuantaForge framework documentation](https://quantaforge.com/docs).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

993d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b81e693351ecb539161294ecdd4d87cc3e3ee1c10dc8dcb26da09b84713ddb56?d=identicon)[Smisch-dev](/maintainers/Smisch-dev)

---

Top Contributors

[![Smisch-dev](https://avatars.githubusercontent.com/u/82714256?v=4)](https://github.com/Smisch-dev "Smisch-dev (1 commits)")

### Embed Badge

![Health badge](/badges/quantaforge-queue/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M305](/packages/laravel-horizon)[illuminate/queue

The Illuminate Queue package.

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

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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