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

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

cawaphp/queue
=============

Сáша Queue

0179[1 issues](https://github.com/cawaphp/queue/issues)PHP

Since Feb 22Pushed 8y agoCompare

[ Source](https://github.com/cawaphp/queue)[ Packagist](https://packagist.org/packages/cawaphp/queue)[ RSS](/packages/cawaphp-queue/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Сáша Queue
==========

[](#сáша-queue)

---

Warning
-------

[](#warning)

Be aware that this package is still in heavy developpement. Some breaking change will occure. Thank's for your comprehension.

Features
--------

[](#features)

- Drivers
    - Amqp
    - Redis

Basic Usage
-----------

[](#basic-usage)

```
use Cawa\Queue\Envelope;
use \Cawa\Queue\QueueFactory;

class Example
{
    use QueueFactory;

    public function consume()
    {
        $queue = self::queue();

        $queue->consume(function (callable $quit, Envelope $envelope = null) {
            if ($envelope) {
                trace($envelope);
            }
            return true;
        });
    }

    public function publish()
    {
        $queue = self::queue();
        $queue->publish(new Envelope('publish'));
    }
}
```

About
-----

[](#about)

### License

[](#license)

Cawa is licensed under the GPL v3 License - see the `LICENSE` file for details

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e49ec71b223035cadd3123f997666dd685f1b3eb355b894a35bd8adeb4da3ba4?d=identicon)[tchiot.ludo](/maintainers/tchiot.ludo)

---

Top Contributors

[![tchiotludo](https://avatars.githubusercontent.com/u/2064609?v=4)](https://github.com/tchiotludo "tchiotludo (16 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M508](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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