Download the PHP package justiversen/laravel-job-chainer without Composer
On this page you can find all versions of the php package justiversen/laravel-job-chainer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download justiversen/laravel-job-chainer
More information about justiversen/laravel-job-chainer
Files in justiversen/laravel-job-chainer
Download justiversen/laravel-job-chainer
More information about justiversen/laravel-job-chainer
Files in justiversen/laravel-job-chainer
Vendor justiversen
Package laravel-job-chainer
Short Description Chain Laravel jobs without having to glue it to a starting job
License MIT
Homepage https://github.com/justiversen/laravel-job-chainer
Package laravel-job-chainer
Short Description Chain Laravel jobs without having to glue it to a starting job
License MIT
Homepage https://github.com/justiversen/laravel-job-chainer
Keywords Laravel job chainerjustiversen
Please rate this library. Is it a good library?
Informations about the package laravel-job-chainer
Laravel Job Chainer
JobChainer does chain a variable amount of jobs by adding them with the add() method.
This makes it possible to chain jobs without having to know which job will be the first to be fired.
Normal job chaining
With Job Chainer
Why?
This allows us to add jobs to the chain without prior knowledge about which job would be the first. This may come in handy when jobs must be chained, but they are added dynamically to the chain.
Issue
Please open a new issue, if you are experiencing any troubles.
All versions of laravel-job-chainer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package justiversen/laravel-job-chainer contains the following files
Loading the files please wait ....