PHPackages                             cadyrov/yii2-daemons - 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. cadyrov/yii2-daemons

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

cadyrov/yii2-daemons
====================

daemons on php structure

08PHP

Since May 17Pushed 6y agoCompare

[ Source](https://github.com/cadyrov/yii2-daemons)[ Packagist](https://packagist.org/packages/cadyrov/yii2-daemons)[ RSS](/packages/cadyrov-yii2-daemons/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

daemons
=======

[](#daemons)

daemons on php structure

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist cadyrov/yii2-daemons "*"

```

or add

```
"cadyrov/yii2-daemons": "*"

```

to the require section of your `composer.json` file.

Install
-------

[](#install)

Once the extension is installed, simply use it in your code by :

1. Create in you console controllers path file ObserverController.php with following content:

```
