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

ActiveLibrary[Caching](/categories/caching)

hackthissite/php-bull-scheduler
===============================

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

1118.4k↓50%7PHP

Since Jan 29Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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 hackthissite/php-bull-scheduler`

Usage
-----

[](#usage)

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

```
