Download the PHP package limen/php-jobs without Composer
On this page you can find all versions of the php package limen/php-jobs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-jobs
Jobs helps to organize jobs easily.
Features
- jobs are packed into jobset
- jobs can be executed orderly or not orderly or combined
- job's execution time is settable
- job would be retried after failed until reached the max retry count
- the max retry count is adjustable
- job's next execution time is settable
- job can be asynchronous (execute and wait feedback)
Installation
Recommend to install via composer.
Usage
Objects
Jobset
A jobset is consist of one or more jobs.
The jobs can be executed orderly or not orderly or combined.
Job
Job has execution time, so you can decide when the job should be executed.
If a job failed, its tried count would increase by 1 and its next execution time is up to you.
The max retry count is also up to you.
If the tried count reached the max retry count, the job would be marked as "failed".
Want to use in Laravel?
see laravel-jobs
Development
Test
All versions of php-jobs with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package limen/php-jobs contains the following files
Loading the files please wait ....