Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-job-tracker maintained by leadsdoit

Description
A Laravel package to monitor jobs by groups, track their execution status, and dispatch events on group start and completion.
Author
Last update
2025/11/14 12:41 (dev-main)
License
Links
Downloads
20

Comments
comments powered by Disqus

Job Tracker (JT)

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