PHPackages                             sigalx/php-daemonic - 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. sigalx/php-daemonic

ActiveLibrary

sigalx/php-daemonic
===================

Simple and powerful tools to create daemons for your own PHP-application

0290PHP

Since Dec 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sigalx/php-daemonic)[ Packagist](https://packagist.org/packages/sigalx/php-daemonic)[ RSS](/packages/sigalx-php-daemonic/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Daemonic PHP
============

[](#daemonic-php)

Simple and powerful tools to create daemons for your own PHP-application.

Create your own long-running PHP daemon processes by extending the GodFatherDaemon class. Use a crontab to make your daemons undying. Build servers using libraries like Socket and LibEvent or create background services or choose true parallel processing in PHP with persistent background workers.

> Note: For many reasons PHP is not an optimal language choice for creating servers or daemons. I created this library so if you *must* use PHP for these things, you can do it with ease and produce great results. But if you have the choice, C++/C#, Java, NodeJS, etc, may be better suited for this.

#### Requires:

[](#requires)

- PHP 7.1 (due to using type hints)
- A POSIX compatible operating system (Linux, OSX, BSD)
- POSIX and PCNTL Extensions for PHP

#### Example:

[](#example)

Just run in CLI:

> ./examples/father.php

Or place in crontab:

> \* \* \* \* \* /path-to-your-dir/examples/cron

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9600488e9f45bc61a79d118b4647a208f6b5f911f66f2265689216809b2a338?d=identicon)[sigalx](/maintainers/sigalx)

---

Top Contributors

[![sigalx](https://avatars.githubusercontent.com/u/5232685?v=4)](https://github.com/sigalx "sigalx (12 commits)")

### Embed Badge

![Health badge](/badges/sigalx-php-daemonic/health.svg)

```
[![Health](https://phpackages.com/badges/sigalx-php-daemonic/health.svg)](https://phpackages.com/packages/sigalx-php-daemonic)
```

PHPackages © 2026

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