PHPackages                             devtransition/yii2-daemon - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. devtransition/yii2-daemon

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

devtransition/yii2-daemon
=========================

Yii 2 daemon manager (threaded)

06PHP

Since Jan 26Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Background daemon implementation for Yii 2
==========================================

[](#background-daemon-implementation-for-yii-2)

This module provides a full daemon 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/07d7517b8ac1a205bb105cba329750ea4b57dd11d2385ddf693a37b1deedd4ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465767472616e736974696f6e2f796969322d6461656d6f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devtransition/yii2-daemon)[![Software License](https://camo.githubusercontent.com/e396acbea77d14ab36b6a3ccdee86feb8c4952604e12780071eb7daa194d858e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4170616368652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/20b413a37bd2f5450c108fad940ea8ab122c6bfc8507c9f1f47cb2fe7c682fcb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6465765472616e736974696f6e2f796969322d6461656d6f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/devTransition/yii2-daemon)[![Coverage Status](https://camo.githubusercontent.com/da901a996ca9825971a461a0d0361726507f8c49d96b417d1aad2c2ef3b00928/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6465765472616e736974696f6e2f796969322d6461656d6f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devTransition/yii2-daemon/code-structure)[![Quality Score](https://camo.githubusercontent.com/0cdaf6624d6ab7ba732470c17dffd1a55864ea8786de9defee93167e1fdfaa48/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6465767472616e736974696f6e2f796969322d6461656d6f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devTransition/yii2-daemon)[![Total Downloads](https://camo.githubusercontent.com/2492ba557a46688940cd504ba2d748c5272be7f663a87f757ed41c92cf5c9aa3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465767472616e736974696f6e2f796969322d6461656d6f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devtransition/yii2-daemon)

This module comes with a full stack of helpers, commands and a web interface to create, manage and monitor background daemons.

### Highlights

[](#highlights)

- Creating a Daemon is as easy as creating a Yii 2 console command
- Web views and commands for monitoring and management

Install
-------

[](#install)

Via Composer

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

Usage
-----

[](#usage)

```
wthattodo();
```

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-daemon/health.svg)

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

###  Alternatives

[maartenstaa/glicko2

PHP implementation of the Glicko-2 rating algorithm

147.3k](/packages/maartenstaa-glicko2)

PHPackages © 2026

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