PHPackages                             jamesbhatta/laravel-job-viewer - 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. jamesbhatta/laravel-job-viewer

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

jamesbhatta/laravel-job-viewer
==============================

This packages makes it easy to view the jobs

v0.1-alpha(5y ago)01MITBlade

Since Sep 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jamesbhatta/laravel-job-viewer)[ Packagist](https://packagist.org/packages/jamesbhatta/laravel-job-viewer)[ RSS](/packages/jamesbhatta-laravel-job-viewer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Job Viewer

====================

[](#laravel-job-viewer)

This Laravel package makes it easier for you to view your jobs right from your application. It has no dependency over any other package as well as frontend framework used by your application.

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

#### Pulling the package

[](#pulling-the-package)

Install via composer's require command:

```
composer require jamesbhatta/laravel-job-viewer
```

Install via your projects' `composer.json`:

```
{
    . . .
    "require": {
        "php": ">=5.5.9",
        "laravel/framework": "5.1.*",
        "jamesbhatta/laravel-job-viewer": "1.0.0"
    },
    . . .
}
```

Once the package is in the require section you will need to run composer's `install` or `update` command to pull in the code:

```
# Install
composer install -o

# or Update
composer update -o
```

**Note**: The trailing `-o` is an optional option which is used to optimize the autoloader and is considered best practice.

#### Registering the package (Optional)

[](#registering-the-package-optional)

Once the package as been successfully pulled you will need to register the package's service provider to the Laravel's app and optionally add the package's facade by modifying `config/app.php`:

```
...
    'providers' => [
        ...
        jamesbhatta\LaravelJobViewer\LaravelJobViewerServiceProvider::class,

    ],
...
```

#### Configuration

[](#configuration)

Laravel Job Viewer supports optional configuration.

You will need to pull the configuration in you app's configuration folder to make modifications to the default configuration. You can achieve this with the following artisan command:

```
php artisan vendor:publish
```

The configuration file will be created at `config/laravel-job-viewer.php`.

License
-------

[](#license)

Laravel Markdown is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2051d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravel

### Embed Badge

![Health badge](/badges/jamesbhatta-laravel-job-viewer/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

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

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[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

2238.8M171](/packages/react-async)

PHPackages © 2026

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