laravel-job-handler maintained by famdirksen
Description
Laravel job/crawler monitoring
Author
Last update
2019/09/19 09:00
(dev-master)
License
Downloads
1 771
Tags
LaravelJobHandler
This package is still in development.
Install
Via Composer
$ composer require famdirksen/laravel-job-handler
Usage
$output = [];
$crawler = CrawlController::setupCrawler(MyJob::class);
$crawler->start();
//call your methods
$crawler->finish($output);
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email robin@famdirksen.nl instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.