PHPackages                             bwrice/laravel-job-chain-groups - 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. bwrice/laravel-job-chain-groups

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

bwrice/laravel-job-chain-groups
===============================

Chain groups of jobs that can be dispatched asynchronously before the next job in the chain is queued

3228PHPCI failing

Since May 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bwrice/laravel-job-chain-groups)[ Packagist](https://packagist.org/packages/bwrice/laravel-job-chain-groups)[ RSS](/packages/bwrice-laravel-job-chain-groups/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

#### This package is still in development and not recommended for production use!

[](#this-package-is-still-in-development-and-not-recommended-for-production-use)

Dispatch a chain of jobs after a group of asynchronous jobs
===========================================================

[](#dispatch-a-chain-of-jobs-after-a-group-of-asynchronous-jobs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/35183bf75061062876eb1022f62e4b00fb6a12426e789a9c29e7d7a1e026aa06/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6277726963652f6c61726176656c2d6a6f622d636861696e2d67726f7570732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bwrice/laravel-job-chain-groups)[![Build Status](https://camo.githubusercontent.com/514603dcb90c3a2d6cdeeb398f8797022de48afabc97daa43a300b0de124dc0c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6277726963652f6c61726176656c2d6a6f622d636861696e2d67726f7570732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/bwrice/laravel-job-chain-groups)[![Quality Score](https://camo.githubusercontent.com/e33eeb9f6398c2e40ecc9cb7fa2e7406d21e92f940f497ddfdc7090b1d75c122/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6277726963652f6c61726176656c2d6a6f622d636861696e2d67726f7570732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bwrice/laravel-job-chain-groups)[![Total Downloads](https://camo.githubusercontent.com/10ba2ce3b8c75a565384560034ae81af74e0d3efc9699d9b97952857d5a54eea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6277726963652f6c61726176656c2d6a6f622d636861696e2d67726f7570732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bwrice/laravel-job-chain-groups)

Imagine you have monthly subscriptions and every month you need to process those subscriptions and immediately after processing them, you want to generate a subscriptions report. You create a ProcessSubscription job and a GenerateSubscriptionReport job, but the only way to guarantee the GenerateSubscriptionReport job runs after all the ProcessSubscription jobs are finished is to chain all of the ProcessSubscription jobs concurrently and then chain the GenerateSubscriptionReport job on the end.

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

[](#installation)

You can install the package via composer:

```
composer require bwrice/laravel-job-chain-groups
```

Usage
-----

[](#usage)

```
// Usage description here
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Brian Rice](https://github.com/bwrice)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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/457d6df85960339bb13e50f587f05b023ac04ea002095ad1058e2a9e5bf0fdb9?d=identicon)[bwrice](/maintainers/bwrice)

---

Top Contributors

[![bwrice](https://avatars.githubusercontent.com/u/12436482?v=4)](https://github.com/bwrice "bwrice (136 commits)")

### Embed Badge

![Health badge](/badges/bwrice-laravel-job-chain-groups/health.svg)

```
[![Health](https://phpackages.com/badges/bwrice-laravel-job-chain-groups/health.svg)](https://phpackages.com/packages/bwrice-laravel-job-chain-groups)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

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

The Illuminate Bus package.

6045.5M507](/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)

PHPackages © 2026

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