Download the PHP package wahyurejeki/php-bull-scheduler without Composer
On this page you can find all versions of the php package wahyurejeki/php-bull-scheduler. 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-bull-scheduler
PHP Bull Scheduler
PHP library to schedule jobs for the NodeJS Bull Redis queue.
Requirements
- PHP >= 8.2
- PHP JSON extension
- Redis >= 2.8.18
Installation
Install via composer:
composer require wahyurejeki/laravel-bull-scheduler
Usage
This library operates under the namspace WahyuRejeki\BullScheduler
and uses Predis under the hood.
Caveats
- This library has been tested with Bull v3.6.0. No other versions have been tested, so use at your own risk with other versions.
- This library only handles scheduling (adding new jobs) and will never handle job processing of any form, including job statuses.
License
The code for PHP Bull Scheduler is distributed under the terms of the MIT license (see LICENSE).
All versions of php-bull-scheduler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
ext-json Version *
psr/log Version ^3.0.0
predis/predis Version ^1.1
ramsey/uuid Version ^4.7.6
composer/semver Version ^3.4
ext-json Version *
psr/log Version ^3.0.0
predis/predis Version ^1.1
ramsey/uuid Version ^4.7.6
composer/semver Version ^3.4
The package wahyurejeki/php-bull-scheduler contains the following files
Loading the files please wait ....