famdirksen/laravel-job-handler

Laravel job/crawler monitoring

Installs: 1 771

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/famdirksen/laravel-job-handler

0.2.1 2019-09-19 07:00 UTC

This package is auto-updated.

Last update: 2025-10-19 20:32:22 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.