PHPackages                             dominaentregatotal/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. dominaentregatotal/php-bull-scheduler

ActiveLibrary[Caching](/categories/caching)

dominaentregatotal/php-bull-scheduler
=====================================

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

v1.1.2(1y ago)1265MITPHPPHP &gt;=5.5.0 || &gt;=7.0

Since Aug 20Pushed 1y agoCompare

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

READMEChangelog (4)Dependencies (6)Versions (5)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;= 5.5.0
- PHP JSON extension
- Redis &gt;= 2.8.18

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

[](#installation)

Install via composer: `composer require dominaentregatotal/php-bull-scheduler`

Usage
-----

[](#usage)

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

```
