okaufmann/laravel-horizon-monitr

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

Use to collect horizon stats and send them to monitr

v2.1.0 2022-03-28 11:10 UTC

This package is auto-updated.

Last update: 2023-04-28 13:46:31 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Use to collect horizon stats and send them to monitr.

Installation

You can install the package via composer:

composer require okaufmann/laravel-horizon-monitr

You can publish and run the migrations with:

php artisan vendor:publish --provider="Okaufmann\LaravelHorizonMonitr\LaravelHorizonMonitrServiceProvider" --tag="laravel-horizon-monitr-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Okaufmann\LaravelHorizonMonitr\LaravelHorizonMonitrServiceProvider" --tag="laravel-horizon-monitr-config"

This is the contents of the published config file:

return [
];

Usage

$laravel-horizon-monitr = new Okaufmann\LaravelHorizonMonitr();
echo $laravel-horizon-monitr->echoPhrase('Hello, Spatie!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.