PHPackages                             devtransition/yii2-jobbers - 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. devtransition/yii2-jobbers

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

devtransition/yii2-jobbers
==========================

Yii 2 module for asynchronous job processing (Queue-Manager)

05PHP

Since Jan 26Pushed 10y ago2 watchersCompare

[ Source](https://github.com/devTransition/yii2-jobbers)[ Packagist](https://packagist.org/packages/devtransition/yii2-jobbers)[ RSS](/packages/devtransition-yii2-jobbers/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Asychronous job processing for Yii 2
====================================

[](#asychronous-job-processing-for-yii-2)

This module provides the [php-jobbers](https://github.com/devtransition/php-jobbers) integration for the [Yii framework 2.0](http://www.yiiframework.com).

!!!!!!!!!!!! NOT YET WORKING !!!!!!!!!!!!
=========================================

[](#-not-yet-working-)

[![Latest Version on Packagist](https://camo.githubusercontent.com/71f0f4493ac38df19c696f4b8d40e16df3152a5850215f036d0339c1a9accc2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465767472616e736974696f6e2f796969322d6a6f62626572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devtransition/yii2-jobbers)[![Software License](https://camo.githubusercontent.com/e396acbea77d14ab36b6a3ccdee86feb8c4952604e12780071eb7daa194d858e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4170616368652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/5fadae517ad24ca7b355b9a684bf8f169061424925e0a2b1f6c6fb8ea3d9cb6a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6465765472616e736974696f6e2f796969322d6a6f62626572732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/devTransition/yii2-jobbers)[![Coverage Status](https://camo.githubusercontent.com/c4cf1fcdd58c1014cad60d29f678c36a4670195bdd9b7fabf4cca0d19669b6e9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6465765472616e736974696f6e2f796969322d6a6f62626572732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devTransition/yii2-jobbers/code-structure)[![Quality Score](https://camo.githubusercontent.com/6ba98fd43c7a37fd0a4e348a5a424884a23dbf0ef4f51ffeb328308950f4f475/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6465765472616e736974696f6e2f796969322d6a6f62626572732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devTransition/yii2-jobbers)[![Total Downloads](https://camo.githubusercontent.com/74e47f4eae01fd648b36543fbb5ee9e5cb41621fc67dd93d2f1678f4c910485e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465767472616e736974696f6e2f796969322d6a6f62626572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devtransition/yii2-jobbers)

### Highlights

[](#highlights)

- Easy integration in every existing class via traits
- Every method can be called asynchronously (transparent) and not just pre defined jobs
- Different queue backends like Rabbitmq or Redis are supported
- Web views and commands for monitoring and management

Install
-------

[](#install)

Via Composer

```
$ composer require devtransition/yii2-jobbers
```

Usage
-----

[](#usage)

```
whattodo();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Credits
-------

[](#credits)

- [Nicolas Wild](https://github.com/devTransition)
- [All Contributors](../../contributors)

License
-------

[](#license)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the [LICENSE File](LICENSE) file, or at:

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/001a9bdb89fc97d9daf2c15fcfdee694214f362b7c02aa6d1ddc7a1743a366e3?d=identicon)[devtransition](/maintainers/devtransition)

### Embed Badge

![Health badge](/badges/devtransition-yii2-jobbers/health.svg)

```
[![Health](https://phpackages.com/badges/devtransition-yii2-jobbers/health.svg)](https://phpackages.com/packages/devtransition-yii2-jobbers)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

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

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[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

2238.8M171](/packages/react-async)

PHPackages © 2026

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