PHPackages                             doganoo/backgrounder - 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. doganoo/backgrounder

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

doganoo/backgrounder
====================

Simple and Light Weight Background Job Library

4.0.1(3y ago)2743[1 issues](https://github.com/doganoo/Backgrounder/issues)MITPHPPHP &gt;7.4CI failing

Since Mar 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/doganoo/Backgrounder)[ Packagist](https://packagist.org/packages/doganoo/backgrounder)[ RSS](/packages/doganoo-backgrounder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (11)Versions (15)Used By (0)

Backgrounder
============

[](#backgrounder)

Backgrounder is a simple and intuitive library for handling background jobs. Backgrounder provides two types of background jobs:

1 One Time Jobs: jobs that are designed to run only one time (such as a file migration from one directory to another) 2 Regular (recurrent) Jobs: jobs that are designed to run after a defined amount of time

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

[](#installation)

You can install the package via composer:

```
composer require doganoo/backgrounder
```

Usage
-----

[](#usage)

The main class for running background jobs is doganoo\\Backgrounder\\Backgrounder. In order to run Backgrounder, you need to pass a list of jobs that should be executed, the DI Container which is used to query the jobs and a Logger to get any log messages.

Contributions
-------------

[](#contributions)

Feel free to send a pull request to add more functionalities.

Maintainer/Creator
------------------

[](#maintainercreator)

Doğan Uçar ([@doganoo](https://www.dogan-ucar.de))

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance21

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~89 days

Recently: every ~193 days

Total

14

Last Release

1446d ago

Major Versions

0.0.5 → 1.0.02020-04-10

1.0.2 → 2.0.02020-04-10

2.0.1 → 3.0.02020-05-15

3.1.0 → 4.0.02022-05-24

### Community

Maintainers

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

---

Top Contributors

[![doganoo](https://avatars.githubusercontent.com/u/6998611?v=4)](https://github.com/doganoo "doganoo (15 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/doganoo-backgrounder/health.svg)

```
[![Health](https://phpackages.com/badges/doganoo-backgrounder/health.svg)](https://phpackages.com/packages/doganoo-backgrounder)
```

###  Alternatives

[symfony/messenger

Helps applications send and receive messages to/from other applications or via message queues

1.1k120.7M956](/packages/symfony-messenger)[symfony/amazon-sqs-messenger

Symfony Amazon SQS extension Messenger Bridge

4612.5M15](/packages/symfony-amazon-sqs-messenger)[pmg/queue

A task queue framework for PHP

13460.6k8](/packages/pmg-queue)[hyperf/amqp

A amqplib for hyperf.

241.2M56](/packages/hyperf-amqp)[netglue/laminas-messenger

Easy install and configuration for Symfony messenger in a Mezzio/Laminas application

1489.2k3](/packages/netglue-laminas-messenger)[yokai/batch

Batch architecture library inspired by Akeneo Batch

1238.3k13](/packages/yokai-batch)

PHPackages © 2026

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