Download the PHP package synergitech/cronitor-laravel without Composer
On this page you can find all versions of the php package synergitech/cronitor-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cronitor-laravel
cronitor-laravel
Install
Version compatibility
- Laravel 6.x-8.x
- PHP 7.3-7.4, 8.0
Configuration
Usage
Automatically monitoring a Job
Your Jobs can be automatically monitored by this package by implementing the HasCronitorKey
contract.
When your Job is dispatched, a Dispatcher middleware will automatically send telemetry events based on whether your job is successful.
Monitoring arbitrary code
Additionally, you can monitor any callback via the Cronitor
facade:
All versions of cronitor-laravel with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^9.0|^10.0|^11.0
illuminate/contracts Version ^9.0|^10.0|^11.0
synergitech/cronitor Version ^0.0.1
illuminate/contracts Version ^9.0|^10.0|^11.0
synergitech/cronitor Version ^0.0.1
The package synergitech/cronitor-laravel contains the following files
Loading the files please wait ....