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

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

comodojo/daemon
===============

Solid PHP daemon toolkit

1.0.1(7y ago)14561[1 PRs](https://github.com/comodojo/daemon/pulls)1MITPHPPHP &gt;=5.6.0CI failing

Since Nov 7Pushed 4y ago4 watchersCompare

[ Source](https://github.com/comodojo/daemon)[ Packagist](https://packagist.org/packages/comodojo/daemon)[ Docs](https://comodojo.org)[ RSS](/packages/comodojo-daemon/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (6)Versions (4)Used By (1)

comodojo/daemon
===============

[](#comodojodaemon)

[![Build Status](https://camo.githubusercontent.com/5b80e220c61949726834795d858bc00b95e5d596c82f1b8936cc86b753ea967c/68747470733a2f2f6170692e7472617669732d63692e6f72672f636f6d6f646f6a6f2f6461656d6f6e2e706e67)](http://travis-ci.org/comodojo/daemon) [![Latest Stable Version](https://camo.githubusercontent.com/dc8873307db016c7033d78db7c6a2670e86eda976a34f47e9a30feaa98fc2918/68747470733a2f2f706f7365722e707567782e6f72672f636f6d6f646f6a6f2f6461656d6f6e2f762f737461626c65)](https://packagist.org/packages/comodojo/daemon) [![Total Downloads](https://camo.githubusercontent.com/53219f8ba06cc05ca2781a10e723a070760272c2baa187ae2815fff0a0050abb/68747470733a2f2f706f7365722e707567782e6f72672f636f6d6f646f6a6f2f6461656d6f6e2f646f776e6c6f616473)](https://packagist.org/packages/comodojo/daemon) [![Latest Unstable Version](https://camo.githubusercontent.com/6d7e32a83c776b6feb5d1690d53e1ca383a69f53fdd24a92060bbe52db95983d/68747470733a2f2f706f7365722e707567782e6f72672f636f6d6f646f6a6f2f6461656d6f6e2f762f756e737461626c65)](https://packagist.org/packages/comodojo/daemon) [![License](https://camo.githubusercontent.com/bccbf7d2ef622bcbce4e7e689134a0dd6a5ee6f25b9fee70ab2caa94b61df19b/68747470733a2f2f706f7365722e707567782e6f72672f636f6d6f646f6a6f2f6461656d6f6e2f6c6963656e7365)](https://packagist.org/packages/comodojo/daemon) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/554697bb2a3c172e849a6546bb4e7d40302e01ff575b43233952fa67c4f55e20/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f6d6f646f6a6f2f6461656d6f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/comodojo/daemon/?branch=master)

Solid PHP daemon toolkit

***This is the development branch, please do not use it in production***

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

[](#installation)

Install [composer](https://getcomposer.org/), then:

`composer require comodojo/daemon`

Documentation
-------------

[](#documentation)

- Docs (wip): [docs.comodojo.org/projects/daemon](https://docs.comodojo.org/projects/daemon/en/latest)
- API: [api.comodojo.org/libs/daemon](https://api.comodojo.org/libs/daemon)

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

[](#contributing)

Contributions are welcome and will be fully credited. Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

`comodojo/daemon` is released under the MIT License (MIT). Please see [License File](LICENSE) for more information.

> Copyright (c) 2018 Marco Giovinazzi
>
> For more information, visit [comodojo.org](https://comodojo.org).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.4% 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 ~6 days

Total

3

Last Release

2780d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cc933c2d1b92f7fd32abb459387bff69fc8a87158b1474171ccf26139904706?d=identicon)[comodojo](/maintainers/comodojo)

---

Top Contributors

[![marcogiovinazzi](https://avatars.githubusercontent.com/u/12754673?v=4)](https://github.com/marcogiovinazzi "marcogiovinazzi (38 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

comodojodaemonphpphp-librarysocketsworkerposixforkcomodojodaemonsignalspcntlshmop

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/comodojo-daemon/health.svg)

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

###  Alternatives

[arara/process

Provides a better API to work with processes on Unix-like systems

16862.4k2](/packages/arara-process)[spatie/fork

A lightweight solution for running code concurrently in PHP

1.0k3.0M61](/packages/spatie-fork)[seld/signal-handler

Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development

18276.5M26](/packages/seld-signal-handler)[duncan3dc/fork-helper

Simple class to fork processes in PHP and allow multi-threading

73566.2k4](/packages/duncan3dc-fork-helper)[misterion/ko-process

Simple pcntl fork wrapper and process manager

177340.8k6](/packages/misterion-ko-process)[jenner/simple_fork

simple multi process manager based on pcntl

227328.3k15](/packages/jenner-simple-fork)

PHPackages © 2026

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