PHPackages                             piteer1/celery-php - 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. piteer1/celery-php

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

piteer1/celery-php
==================

13.4k↓50%1PHPCI failing

Since Dec 9Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Celery-PHP library
==================

[](#celery-php-library)

What is it?
-----------

[](#what-is-it)

This library allows to add tasks for celery using different backends and simplifies access to it.

Usage example
-------------

[](#usage-example)

```

```

### Unittests

[](#unittests)

To run unittests be sure fistly to run

```
make init
```

Later you should be able to use

```
make phpunit

```

It's also possible to use **phpunit** from your system installation. If you have it already installed just

```
cd tests
phpunit

```

Be sure thought to still run `make init` because it will install necessary **Mockery**.

Additionally you will need a **[phpredis](https://github.com/nicolasff/phpredis)** extension installed and added to PHP. You can find phpredis in **vendor** directory if you'll run `make composer / make init`.

### Developer instructions

[](#developer-instructions)

To add new Celery backend you should create **two** classes of name:

- BackendName in *Celery/Backend/BackendName.php* file
- BackendNameOptions in *Celery/Backend/BackendNameOptions.php* file

First class should implement `BackendInterface` (can also extend `BackendAbstract` class). This class handles task itself encapsulating backend specific functions (it's an Adapter).

Second class should encapsulate **backend specific** initialization.

If one of backends cannot implement one of the methods required by interface because it doesn't support one of the exchange type, it should throw an exception `Celery\Exception\NotSupportedExchangeTypeException`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b51f97a1a1d218aa6430bcf96dde469b65cc78756dec7154c3e666eb388a59ac?d=identicon)[piteer1](/maintainers/piteer1)

---

Top Contributors

[![pdeszynski](https://avatars.githubusercontent.com/u/1628168?v=4)](https://github.com/pdeszynski "pdeszynski (11 commits)")

### Embed Badge

![Health badge](/badges/piteer1-celery-php/health.svg)

```
[![Health](https://phpackages.com/badges/piteer1-celery-php/health.svg)](https://phpackages.com/packages/piteer1-celery-php)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2228.8M171](/packages/react-async)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
