PHPackages                             imtigger/laravel-job-status-progress-view - 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. imtigger/laravel-job-status-progress-view

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

imtigger/laravel-job-status-progress-view
=========================================

Laravel Job Status Progress View

1.0(6y ago)2586.4k—4.5%[1 issues](https://github.com/imTigger/laravel-job-status-progress-view/issues)mitHTMLPHP &gt;=7.0.0

Since Sep 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/imTigger/laravel-job-status-progress-view)[ Packagist](https://packagist.org/packages/imtigger/laravel-job-status-progress-view)[ RSS](/packages/imtigger-laravel-job-status-progress-view/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Laravel Job Status Progress View
================================

[](#laravel-job-status-progress-view)

Progress View page for Laravel Job Status

\*\*\* Testing phase only! \*\*\*

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6.4
- Laravel &gt;= 5.3
- `laravel-job-status` &gt;= 0.1.14

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

[](#installation)

This plugin can only be installed from [Composer](https://getcomposer.org/).

Run the following command:

```
composer require imtigger/laravel-job-status-progress-view

```

#### 1. Add Service Provider (Laravel &lt; 5.5)

[](#1-add-service-provider-laravel--55)

Add the following to your `config/app.php`:

```
'providers' => [
    ...
    Imtigger\LaravelJobStatus\LaravelJobStatusServiceProgressViewProvider::class,
]
```

Usage
-----

[](#usage)

In your `routes.php`, add this route helper:

```
    ...
    \Imtigger\LaravelJobStatus\ProgressController::routes();
```

In your controller, redirect to this route after dispatching your job

```
    $this->dispatch($job);
    return redirect()->action('\Imtigger\LaravelJobStatus\ProgressController@progress', [$job->getJobStatusId()]);
```

In your job, write the following fields to outputs

FieldtypeDescriptiontotal\_rowsIntegerOptional, If present show detailed results upon finishedsuccess\_rowsIntegerOptional, Dittoskipped\_rowsIntegerOptional, Dittofailed\_rowsIntegerOptional, DittoerrorsArray of StringOptional, Usually for non-fatal exception messagemessageStringOptional, Usually for fatal exception messagefilenameStringOptional, Path for Storage::get(). If present, redirect to download that file upon finishedCustomization
-------------

[](#customization)

Run `vendor:publish` to publish progress view `php artisan vendor:publish --provider="Imtigger\LaravelJobStatus\LaravelJobStatusServiceProgressViewProvider"`

Then edit `resources/views/vendor/laravel-job-status/progress.blade.php` to adapt it to your favorite theme!

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~188 days

Total

4

Last Release

2246d ago

Major Versions

0.2.1 → 1.02020-03-24

### Community

Maintainers

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

---

Top Contributors

[![imTigger](https://avatars.githubusercontent.com/u/4729517?v=4)](https://github.com/imTigger "imTigger (8 commits)")[![timeslogistics](https://avatars.githubusercontent.com/u/29119646?v=4)](https://github.com/timeslogistics "timeslogistics (1 commits)")

### Embed Badge

![Health badge](/badges/imtigger-laravel-job-status-progress-view/health.svg)

```
[![Health](https://phpackages.com/badges/imtigger-laravel-job-status-progress-view/health.svg)](https://phpackages.com/packages/imtigger-laravel-job-status-progress-view)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2228.8M171](/packages/react-async)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)

PHPackages © 2026

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