PHPackages                             maqe/laravel-qwatcher - 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. maqe/laravel-qwatcher

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

maqe/laravel-qwatcher
=====================

A full-lifecycle queue jobs watcher for Laravel 5.1+

121PHP

Since Oct 18Pushed 9y ago10 watchersCompare

[ Source](https://github.com/maqe/laravel-qwatcher)[ Packagist](https://packagist.org/packages/maqe/laravel-qwatcher)[ RSS](/packages/maqe-laravel-qwatcher/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

laravel-qwatcher
================

[](#laravel-qwatcher)

A full-lifecycle queue jobs watcher for Laravel 5.1+

[![Build Status](https://camo.githubusercontent.com/3d7005bc3d384b958e18e65094837434401edbcaa1ebc17b8ab24c668020497b/68747470733a2f2f7472617669732d63692e6f72672f6d6171652f6c61726176656c2d71776174636865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/maqe/laravel-qwatcher) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/53a6d6c37ddb738dc9ba9a102fbb4f8a6efcfd72e37d8d5d24e57974cc7dc15d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6171652f6c61726176656c2d71776174636865722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maqe/laravel-qwatcher/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/dd982d130d885fd1044d6cfd69f53753fb75c31d8906d9eca01bd45fbe3225de/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6171652f6c61726176656c2d71776174636865722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maqe/laravel-qwatcher/?branch=master)

Installation
------------

[](#installation)

Add package dependency to your project's `composer.json` file:

```
"require": {
    "maqe/laravel-qwatcher": "dev-master"
}
```

Run composer update:

```
composer update maqe/laravel-qwatcher
```

Add package's service provider to your project's `config/app.php`:

```
'providers' => array(
    Maqe\Qwatcher\QwatcherServiceProvider::class,
),
```

Add package's class aliases to your project's `config/app.php`:

```
'aliases' => array(
    'Qwatcher'  => Maqe\Qwatcher\Facades\Qwatch::class,
),
```

You can publish the migration with:

```
php artisan vendor:publish --provider="Maqe\Qwatcher\QwatcherServiceProvider" --tag="migrations"
```

After the migration has been published you can create the media-table by running the migrations:

```
php artisan migrate
```

Usage
-----

[](#usage)

### In your PHP project

[](#in-your-php-project)

Once Qwatcher is included in your project you may add it to any class by simply using the trait.

For example:

```
use Maqe\Qwatcher\Traits\WatchableDispatchesJobs;

class Example {
    use WatchableDispatchesJobs;

    public function someMethod() {
        // WatchableDispatchesJobs trait allowed you to add additional info as an optional
        $this->dispatch(new Jobs(), array('key_addition_info1' => 'value_addition_info1'));
    }
}
```

License
-------

[](#license)

laravel-qwatcher is released under the MIT License.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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/59f5ae23e896145dda0c10a7d63edf078ad18950a4326c3a96dac032c2422fc7?d=identicon)[maqe](/maintainers/maqe)

---

Top Contributors

[![uatthaphon](https://avatars.githubusercontent.com/u/22786964?v=4)](https://github.com/uatthaphon "uatthaphon (3 commits)")[![unnawut](https://avatars.githubusercontent.com/u/921194?v=4)](https://github.com/unnawut "unnawut (2 commits)")[![atthaphon83](https://avatars.githubusercontent.com/u/16934041?v=4)](https://github.com/atthaphon83 "atthaphon83 (1 commits)")

### Embed Badge

![Health badge](/badges/maqe-laravel-qwatcher/health.svg)

```
[![Health](https://phpackages.com/badges/maqe-laravel-qwatcher/health.svg)](https://phpackages.com/packages/maqe-laravel-qwatcher)
```

###  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)
