PHPackages                             sinevia/laravel-tasks - 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. sinevia/laravel-tasks

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

sinevia/laravel-tasks
=====================

Task queue for Laravel

v1.16.0(4y ago)14761proprietaryBlade

Since Apr 29Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Sinevia/laravel-tasks)[ Packagist](https://packagist.org/packages/sinevia/laravel-tasks)[ Docs](https://github.com/Sinevia/laravel-tasks)[ RSS](/packages/sinevia-laravel-tasks/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (15)Used By (0)

Laravel Tasks
=============

[](#laravel-tasks)

A task queue managment system for Laravel. It has a visually frontend to create task definitions, see queued/failed/completed tasks, with option to requeue tasks.

Features
--------

[](#features)

- GUI frontend
- Task Queue

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

[](#installation)

```
composer require sinevia/laravel-tasks
php artisan migrate
php artisan vendor:publish

```

Uninstall (est. 5 mins)
-----------------------

[](#uninstall-est-5-mins)

Removal of the package is a breeze:

composer remove sinevia/laravel-tasks

Optionally, delete the tasks tables (all which start with the snv\_tasks\_ prefix)

Configuration
-------------

[](#configuration)

After running the vendor:publish command, the CMS settings will be published in the /config/tasks.php config file. Check these out, and modify according to your taste

Route Settings
--------------

[](#route-settings)

```
Route::group(['middleware'=>'superuser-only-middleware'], function(){
    AdvancedRoute::controller('/tasks', '\Sinevia\Tasks\Http\Controllers\TasksController');
});

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 85.1% 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 ~80 days

Recently: every ~138 days

Total

14

Last Release

1530d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d935723d26f92caa8fb66c4a44cf1995c488734b54e36f5b616ac290a109ab59?d=identicon)[sinevia](/maintainers/sinevia)

---

Top Contributors

[![Sinevia](https://avatars.githubusercontent.com/u/3450815?v=4)](https://github.com/Sinevia "Sinevia (131 commits)")[![lesichkovm](https://avatars.githubusercontent.com/u/7744963?v=4)](https://github.com/lesichkovm "lesichkovm (23 commits)")

---

Tags

laravelqueuetasksinevia

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sinevia-laravel-tasks/health.svg)

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

###  Alternatives

[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[pmatseykanets/artisan-beans

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

4482.1k](/packages/pmatseykanets-artisan-beans)

PHPackages © 2026

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