PHPackages                             m6web/daemon-bundle - 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. m6web/daemon-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

m6web/daemon-bundle
===================

bundle sf easing creating daemon commands

v9.0.0(4mo ago)60335.8k↓29%12PHPPHP &gt;=8.1CI passing

Since May 13Pushed 4mo ago45 watchersCompare

[ Source](https://github.com/BedrockStreaming/DaemonBundle)[ Packagist](https://packagist.org/packages/m6web/daemon-bundle)[ RSS](/packages/m6web-daemon-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (27)Used By (0)

**Table of Contents**

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Run command](#run-command)
- [Command events](#command-events)

DaemonBundle [![Build Status](https://camo.githubusercontent.com/fde46d6558333fcbd1ca78bbcc1221a68f170482d43c1084913119bb9b9b8d4b/68747470733a2f2f7472617669732d63692e6f72672f4d365765622f4461656d6f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/M6Web/DaemonBundle)
==================================================================================================================================================================================================================================================================================================

[](#daemonbundle-)

Allows you to create daemonized commands with the [React event-loop component](https://github.com/reactphp/event-loop).

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

[](#installation)

Via composer :

```
composer require m6web/daemon-bundle

```

Note:

- If you are using a symfony version `>= 4.3` use the lastest version
- For symfony versions between `2.3` and `3.0`, you can use `m6web/daemon-bundle:^1.4`
- For PHP versions `>=5.5.9` and `
