PHPackages                             kilofox/php-actuator-hyperf-provider - 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. kilofox/php-actuator-hyperf-provider

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

kilofox/php-actuator-hyperf-provider
====================================

Hyperf provider for php-actuator

v1.0.0(4y ago)03MITPHPPHP ^7.4|^8.0

Since Jan 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kilofox/php-actuator-hyperf-provider)[ Packagist](https://packagist.org/packages/kilofox/php-actuator-hyperf-provider)[ Docs](https://github.com/kilofox/php-actuator-hyperf-provider)[ RSS](/packages/kilofox-php-actuator-hyperf-provider/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

php-actuator-hyperf-provider
============================

[](#php-actuator-hyperf-provider)

[![Release Version](https://camo.githubusercontent.com/77ddb464f63eede0f5f6cec7d7cba2aa68bc507d26284a4cb1a052cec289f8be/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b696c6f666f782f7068702d6163747561746f722d6879706572662d70726f76696465722e737667)](https://github.com/kilofox/php-actuator-hyperf-provider/releases/latest) [![Latest Release Download](https://camo.githubusercontent.com/34cfc2fd7c5d3680cde8414d90cccfdf34e857558c6fdd8249ed78eedd9abdbd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f6b696c6f666f782f7068702d6163747561746f722d6879706572662d70726f76696465722f6c61746573742f746f74616c2e737667)](https://github.com/kilofox/php-actuator-hyperf-provider/releases/latest) [![Total Download](https://camo.githubusercontent.com/cb9855c9929f5bb3db25367fcb7401044338d6c786366c82e6f8a336cc6a991d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f6b696c6f666f782f7068702d6163747561746f722d6879706572662d70726f76696465722f746f74616c2e737667)](https://github.com/kilofox/php-actuator-hyperf-provider/releases)

Hyperf provider for php-actuator.

Install
-------

[](#install)

Via Composer

```
$ composer require kilofox/php-actuator-hyperf-provider
```

Usage
-----

[](#usage)

Setup the route you would like your health check on. e.g.:

```
Router::addRoute(['GET'], '/health', 'App\Controller\IndexController@health');
```

Then visit your endpoint. In this case: `/health`

Getting Started
---------------

[](#getting-started)

- Create /app/Controller/IndexController.php

```
