PHPackages                             appslanka/job-watcher - 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. appslanka/job-watcher

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

appslanka/job-watcher
=====================

Simple package for job monitering in filamentphp

v1.0.2(1y ago)15MITPHPPHP ^8.1

Since Dec 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/appslanka/job-watcher)[ Packagist](https://packagist.org/packages/appslanka/job-watcher)[ Docs](https://github.com/appslanka/job-watcher)[ RSS](/packages/appslanka-job-watcher/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (4)Used By (0)

Simple package for job monitering in filamentphp
================================================

[](#simple-package-for-job-monitering-in-filamentphp)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8d1cf7ec7c8718a2b5df3ab4d5a45aac977fdd925088dcd29d778961ed4e3f7c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617070736c616e6b612f6a6f622d776174636865722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appslanka/job-watcher)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9ca91e3aa496139a35e0e52e460649ae29ddfdb3d97abdecd8b590c5e8c17be4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617070736c616e6b612f6a6f622d776174636865722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/appslanka/job-watcher/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/3dd5d9015b9d55c93c162e2a3090291de1ec91b63984e23d11e048981f1f0d12/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617070736c616e6b612f6a6f622d776174636865722f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/appslanka/job-watcher/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b8e7b155f274d467741d854c636d5e3b7032d40abe8aea662e59dbb372181b86/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617070736c616e6b612f6a6f622d776174636865722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appslanka/job-watcher)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require appslanka/job-watcher
```

You can publish and run the migrations with:

```
# Make sure your have installed these commands before use this package
# Laravel 11 and higher
php artisan make:queue-batches-table
php artisan make:notifications-table

# Laravel 10
php artisan queue:batches-table
php artisan notifications:table
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="job-watcher-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="job-watcher-config"
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Appslanka](https://github.com/appslanka)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

3

Last Release

507d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53d3a2a6029fdc49d695e9eafca30f8fdb0727dc2d1bf8667f66786489de1638?d=identicon)[appslanka](/maintainers/appslanka)

---

Top Contributors

[![appslanka](https://avatars.githubusercontent.com/u/66167590?v=4)](https://github.com/appslanka "appslanka (1 commits)")

---

Tags

laravelfilamentjob monitoringAppslankaqueue watcherjob-watcher

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/appslanka-job-watcher/health.svg)

```
[![Health](https://phpackages.com/badges/appslanka-job-watcher/health.svg)](https://phpackages.com/packages/appslanka-job-watcher)
```

###  Alternatives

[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[bytexr/filament-queueable-bulk-actions

This Filament plugin simplifies managing bulk operations asynchronously in a queue. It provides tracking and status updates for tasks, while supporting both action calls and job dispatches. Excellent for bulk data updates and tasks with Filament &amp; Livewire support for real-time notifications.

3668.7k](/packages/bytexr-filament-queueable-bulk-actions)[harris21/laravel-fuse

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

3786.5k](/packages/harris21-laravel-fuse)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[redberry/page-builder-plugin

Page builder plugin for filamentphp admin panel to build pages using blocks.

242.8k](/packages/redberry-page-builder-plugin)

PHPackages © 2026

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