PHPackages                             wahyurejeki/php-bull-scheduler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. wahyurejeki/php-bull-scheduler

ActiveLibrary[Caching](/categories/caching)

wahyurejeki/php-bull-scheduler
==============================

PHP library to schedule Redis jobs for the NodeJS Bull Redis queue

v1.0.0(1y ago)06MITPHPPHP &gt;=8.2

Since Jan 21Pushed 1y agoCompare

[ Source](https://github.com/wahyurejeki/PHP-Bull-Scheduler)[ Packagist](https://packagist.org/packages/wahyurejeki/php-bull-scheduler)[ RSS](/packages/wahyurejeki-php-bull-scheduler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

PHP Bull Scheduler
==================

[](#php-bull-scheduler)

PHP library to schedule jobs for the NodeJS [Bull Redis queue](https://github.com/OptimalBits/bull).

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- PHP JSON extension
- Redis &gt;= 2.8.18

Installation
------------

[](#installation)

Install via composer: `composer require wahyurejeki/laravel-bull-scheduler`

Usage
-----

[](#usage)

This library operates under the namspace `WahyuRejeki\BullScheduler` and uses [Predis](https://github.com/nrk/predis) under the hood.

```
