PHPackages                             consatan/pdaemon - 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. [CLI &amp; Console](/categories/cli)
4. /
5. consatan/pdaemon

ActiveLibrary[CLI &amp; Console](/categories/cli)

consatan/pdaemon
================

Running PHP script in daemon mode at CLI.

1.0.0(9y ago)6231BSD 3-ClausePHPPHP &gt;=5.4

Since Feb 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/consatan/pdaemon)[ Packagist](https://packagist.org/packages/consatan/pdaemon)[ RSS](/packages/consatan-pdaemon/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

#### PDaemon

[](#pdaemon)

Running PHP script in daemon mode at CLI. **Not available on Windows platforms**.

#### Install

[](#install)

##### Requirements

[](#requirements)

- PHP &gt;= 5.4
- pcntl extension
- posix extension
- sysvsem extension

##### Use composer (recommend)

[](#use-composer-recommend)

```
composer require consatan/pdaemon
```

##### Download from github

[](#download-from-github)

```
git clone https://consatan.github.com/pdaemon.git
```

#### How to use

[](#how-to-use)

Simple daemon

```
