leadsdoit/laravel-job-tracker

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/leadsdoit/laravel-job-tracker

v0.1.0 2025-10-14 14:25 UTC

This package is auto-updated.

Last update: 2025-10-14 14:30:25 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