Laravel Queue Jobs monitoring with count & PHP Mailer
faizahmedfarooqui/process-monitor is a Laravel package for laravel queue jobs monitoring with count & php mailer.
It currently has 18 GitHub stars and 18 downloads on Packagist (latest version v1.0).
Install it with composer require faizahmedfarooqui/process-monitor.
Discover more Laravel packages by faizahmedfarooqui
or browse all Laravel packages to compare alternatives.
Last updated
Queues Status Monitoring : Less/OverLoad/None
// Just clone using command `git clone https://github.com/faizahmedfarooqui/process-monitor.git`
// then execute process_monitor/index.php file using cron or anything it will work
/*
* Edit ProcessConfig.php by providing:
* process-name in name index (required),
* program-name in program index (optional),
* count of process in count index (required)
*/
/*
* Edit AdminMail.php:
* provide mail username, password
* set from mail address
* set to mail address in addAddress('[email protected]', 'Give Any Name')
* add CC (optional)
*/