PHPackages                             ilzrv/php-bull-queue - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. ilzrv/php-bull-queue

ActiveLibrary[Queues &amp; Workers](/categories/queues)

ilzrv/php-bull-queue
====================

PHP Job Creator For Bull Queue

v1.0.0-rc.2(5y ago)85.6k↓33.3%4[2 PRs](https://github.com/ilzrv/php-bull-queue/pulls)MITPHPPHP ^7.4|^8.0

Since Nov 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ilzrv/php-bull-queue)[ Packagist](https://packagist.org/packages/ilzrv/php-bull-queue)[ RSS](/packages/ilzrv-php-bull-queue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

PHP Bull Queue
==============

[](#php-bull-queue)

[![Latest Stable Version](https://camo.githubusercontent.com/1913e2d16cf1ff4c5d119b4f360bf774e8d8c8be191e35386d69e6acec100a68/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696c7a72762f7068702d62756c6c2d71756575652e737667)](https://packagist.org/packages/ilzrv/php-bull-queue)[![Total Downloads](https://camo.githubusercontent.com/83a1e055740e3a7e82f7272634e36ece40b1465773d24614cfaedda83558fcb6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696c7a72762f7068702d62756c6c2d71756575652e737667)](https://packagist.org/packages/ilzrv/php-bull-queue)[![License](https://camo.githubusercontent.com/3e62e05238de984908cc8edd2a3405eb190d9a4fba9024d75261d0b9e60b22d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f696c7a72762f7068702d62756c6c2d71756575652e737667)](https://packagist.org/packages/ilzrv/php-bull-queue)

At the moment this library provides the ability to add jobs to the [Bull Queue](https://github.com/OptimalBits/bull).

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

[](#requirements)

- PHP 7.4+
- [PhpRedis](https://github.com/phpredis/phpredis) (default) or [Predis](https://github.com/predis/predis)
- [ramsey/uuid](https://github.com/ramsey/uuid)

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

[](#installation)

You can install the package via composer:

```
composer require ilzrv/php-bull-queue
```

Usage
-----

[](#usage)

To add a job to the queue, you can use the following example:

```
