PHPackages                             laraqueue/package - 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. laraqueue/package

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

laraqueue/package
=================

The Laraqueue Laravel Package

033PHP

Since Apr 21Pushed 9y agoCompare

[ Source](https://github.com/laraqueue/package)[ Packagist](https://packagist.org/packages/laraqueue/package)[ RSS](/packages/laraqueue-package/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laraqueue Official Package
==========================

[](#laraqueue-official-package)

[![Latest Stable Version](https://camo.githubusercontent.com/60c4982b07dfdc645bef540d3663fbf63756c0b0c361f723d34e0d1af730ec69/68747470733a2f2f706f7365722e707567782e6f72672f6c61726171756575652f7061636b6167652f76657273696f6e)](https://packagist.org/packages/laraqueue/package)[![Total Downloads](https://camo.githubusercontent.com/77be892335e152ee0fbb214bbed4bb6dfdddf9ccf4da84bef62c99d2eb2c1399/68747470733a2f2f706f7365722e707567782e6f72672f6c61726171756575652f7061636b6167652f646f776e6c6f616473)](https://packagist.org/packages/laraqueue/package)[![License](https://camo.githubusercontent.com/62f12ce781c2523893f3a0aafc9b9fc081e03c627dc734b1b9bfb4b88711b41c/68747470733a2f2f706f7365722e707567782e6f72672f6c61726171756575652f7061636b6167652f6c6963656e7365)](https://packagist.org/packages/laraqueue/package)

### Introduction

[](#introduction)

This is the official Laravel package for Laraqueue, the real-time queue management tool for Laravel applications.

### Installation

[](#installation)

**Require via composer**

```
composer require laraqueue/package
```

**Add Service Provider**

```
// config/app.php

Laraqueue\Package\LaraqueueServiceProvider::class,
```

**Publish**

```
php artisan vendor:publish --provider="Laraqueue\Providers\LaraqueueServiceProvider"
```

### Configuration

[](#configuration)

**Add App Key**

```
# .env

LARAQUEUE_KEY=
```

**Add Hidden Model Attributes**

Any attribute added will be recursively removed from all job data *before* being sent to the Laraqueue API. By default, `password` is always hidden.

```
// config/laraqueue.php

'hidden' => [
    'password'
]
```

### Usage

[](#usage)

**That's it!** Laraqueue overrides the Laravel `BusServiceProvider::dispatch` method to report all non-sync jobs.

### Official Documentation

[](#official-documentation)

Coming Soon.

### License

[](#license)

Laraqueue Office Package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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://avatars.githubusercontent.com/u/26314984?v=4)[Chris Mitchell](/maintainers/laraqueue)[@laraqueue](https://github.com/laraqueue)

---

Top Contributors

[![crishellco](https://avatars.githubusercontent.com/u/1878509?v=4)](https://github.com/crishellco "crishellco (2 commits)")

### Embed Badge

![Health badge](/badges/laraqueue-package/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

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

The Illuminate Bus package.

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

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[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)
