composite/server-health

This package is abandoned and no longer maintained. No replacement package was suggested.

Composite Solutions - Laravel server health checker.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/composite/server-health

dev-master 2022-02-04 15:39 UTC

This package is auto-updated.

Last update: 2024-04-04 19:55:29 UTC


README

Laravel Server & App Health Monitor and Notifier

Install

You can install the package via Composer

composer require composite/server-health

In Laravel 5.5 or above the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php file:

'providers' => [
    ...
    /*
     * Package Service Providers...
     */
    Composite\ServerHealth\HealthServiceProvider::class,
    ...
],

Usage

  • your_domain.com/healthservice