leadsdoit/laravel-job-tracker

A Laravel package to monitor jobs by groups, track their execution status, and dispatch events on group start and completion.

Maintainers

Package info

github.com/leadsdoit/laravel-job-tracker

pkg:composer/leadsdoit/laravel-job-tracker

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2025-11-14 11:41 UTC

This package is auto-updated.

Last update: 2026-03-14 12:54:40 UTC


README

A Laravel package to monitor jobs by groups, track their execution status, and dispatch events on group start and completion. Throughout the project, "JT" and "jt" are used as a short form of Job Tracker. All public APIs of the package are prefixed with JT to avoid name conflicts.

Installation

Use the artisan command to publish config and migration files:

php  artisan vendor:publish --provider=Ldi\\JobTracker\\JobTrackerServiceProvider

Documentation

License

MIT