famdirksen / laravel-job-handler
Laravel job/crawler monitoring
Installs: 1 769
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1|~6.0
Requires (Dev)
- orchestra/testbench: ^3.5|~3.6.0
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
README
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.