PHPackages                             got/stark - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. got/stark

ActiveLibrary[Queues &amp; Workers](/categories/queues)

got/stark
=========

A message queue-based PHP daemon

2.1.1(5y ago)9411920[3 issues](https://github.com/pythias/Stark/issues)1MITPHPPHP &gt;=7.2

Since Jul 13Pushed 5y ago10 watchersCompare

[ Source](https://github.com/pythias/Stark)[ Packagist](https://packagist.org/packages/got/stark)[ Docs](https://github.com/pythias/Stark)[ RSS](/packages/got-stark/feed)WikiDiscussions unstable Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (18)Used By (1)

Stark
=====

[](#stark)

[![Latest Stable Version](https://camo.githubusercontent.com/407cdc1d1498bb4607cfcd44a7adf4447daa1f40e5ecb140b05d06bf6b05f754/68747470733a2f2f706f7365722e707567782e6f72672f676f742f737461726b2f76)](//packagist.org/packages/got/stark)[![Total Downloads](https://camo.githubusercontent.com/664f225c64d2747235077d70842f81c8073f7d57207fa4bb441a92f1c8243f2f/68747470733a2f2f706f7365722e707567782e6f72672f676f742f737461726b2f646f776e6c6f616473)](//packagist.org/packages/got/stark)[![License](https://camo.githubusercontent.com/d1285af73ecc6405cc0d3be80834e8625b01528dd6054da743c245aee5420258/68747470733a2f2f706f7365722e707567782e6f72672f676f742f737461726b2f6c6963656e7365)](//packagist.org/packages/got/stark)

`Stark` is a library for running php code as multi-process daemon.

Requires
--------

[](#requires)

- PHP 5.4 or Higher
- A POSIX compatible operating system (Linux, OSX, BSD)
- POSIX and PCNTL extensions for PHP
- Redis extensions

Features
--------

[](#features)

- Simple Callbacks
- Message Queue Processing
- Daemon Monitoring
- Automatic Restart

Examples
--------

[](#examples)

### Consumer Only

[](#consumer-only)

```
