famdirksen/laravel-job-handler

Laravel job/crawler monitoring

0.2.1 2019-09-19 07:00 UTC

This package is auto-updated.

Last update: 2024-05-19 17:34:36 UTC


README

Latest Version on Packagist Software License Build Status StyleCI Coverage Status Quality Score Total Downloads

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.