PHPackages                             limen/laravel-jobs - 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. limen/laravel-jobs

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

limen/laravel-jobs
==================

A laravel package helps to organize jobs easily

v1.0.2(8y ago)1171MITPHPPHP &gt;=7.0.0

Since Apr 5Pushed 8y agoCompare

[ Source](https://github.com/limen/laravel-jobs)[ Packagist](https://packagist.org/packages/limen/laravel-jobs)[ Docs](https://github.com/limen/laravel-jobs)[ RSS](/packages/limen-laravel-jobs/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Jobs helps to organize jobs easily. For Laravel user.
=====================================================

[](#jobs-helps-to-organize-jobs-easily-for-laravel-user)

[![Build Status](https://camo.githubusercontent.com/4fc94189948f2474518bb350af239e929140d7dd32a5d7e075bb44ad85f94c6a/68747470733a2f2f7472617669732d63692e6f72672f6c696d656e2f6c61726176656c2d6a6f62732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/limen/laravel-jobs)[![Packagist](https://camo.githubusercontent.com/7a3f54998c329661fa1ee13d867b7d363bce969dbaff0c395ec68c3024f91751/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c696d656e2f6c61726176656c2d6a6f62732e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/limen/laravel-jobs)

This package is based on [php-jobs](https://github.com/limen/php-jobs)

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

[](#installation)

Recommend to install via [composer](https://getcomposer.org/).

```
composer require "limen/laravel-jobs"
```

Publish the service provider. The migrations and config file would be copied to your app directory. Check 'database/migrations' and 'config/jobs.php'.

```
php artisan vendor:publish --provider="Limen\Laravel\Jobs\JobsServiceProvider"
```

Run migrations.

```
php artisan jobs:install
```

Run tests. Come to the package directory and run

```
phpunit --bootstrap tests/bootstrap.php tests/
```

Usage
-----

[](#usage)

see

- [examples](https://github.com/limen/laravel-jobs/tree/master/src/Examples)
- [tests](https://github.com/limen/laravel-jobs/tree/master/tests)

Do your own business and Have a happy trip.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~17 days

Total

3

Last Release

2925d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49d0b6c3647be78ab9b2703cd07c681a8098a0815f2ac676da4e3eafd2c08474?d=identicon)[limen](/maintainers/limen)

---

Top Contributors

[![limen](https://avatars.githubusercontent.com/u/3460683?v=4)](https://github.com/limen "limen (3 commits)")

---

Tags

laraveljobtaskjob settask set

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/limen-laravel-jobs/health.svg)

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

###  Alternatives

[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[mxl/laravel-job

Laravel job tools

661.3M](/packages/mxl-laravel-job)[pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

4482.1k](/packages/pmatseykanets-artisan-beans)[tochka-developers/queue-promises

Promises for Laravel queue jobs

1912.3k](/packages/tochka-developers-queue-promises)[twigger/laravel-job-status

Job status for Laravel

205.5k](/packages/twigger-laravel-job-status)

PHPackages © 2026

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