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
Requires
- php: ^8.1
- illuminate/contracts: ^7.0|^8.0|^9.0
- laravel/horizon: ^4.0|^5.0|^6.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^5.18|^6.15|^7.0
- spatie/laravel-ray: ^1.9
- vimeo/psalm: ^4.4
README
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.