PHPackages                             sergeich5/php-supervisor-status-checker - 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. sergeich5/php-supervisor-status-checker

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

sergeich5/php-supervisor-status-checker
=======================================

Simple tool to check supervisor's processes statuses

1.1.1(5y ago)06MITPHPPHP &gt;=7.0

Since Apr 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sergeich5/PHP-Supervisor-Status-Checker)[ Packagist](https://packagist.org/packages/sergeich5/php-supervisor-status-checker)[ RSS](/packages/sergeich5-php-supervisor-status-checker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Supervisor Status Checker
=========================

[](#supervisor-status-checker)

Simple tool to check supervisor's processes statuses. You can receive events on process FATAL error and, for example, send a notification to yourself.

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

[](#installation)

`composer require sergeich5/php-supervisor-status-checker`

Usage
-----

[](#usage)

1. Create your own class and extend it from `\Sergeich5\SupervisorStatusChecker\Callback\CallbackHandler` or implement from `\Sergeich5\SupervisorStatusChecker\Callback\CallbackHandlerInterface`

```
