Download the PHP package monitaroo/monitaroo-php without Composer
On this page you can find all versions of the php package monitaroo/monitaroo-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download monitaroo/monitaroo-php
More information about monitaroo/monitaroo-php
Files in monitaroo/monitaroo-php
Download monitaroo/monitaroo-php
More information about monitaroo/monitaroo-php
Files in monitaroo/monitaroo-php
Vendor monitaroo
Package monitaroo-php
Short Description Official Monitaroo SDK for PHP - Logs, Metrics & Monitoring
License MIT
Homepage https://github.com/Monitaroo/monitaroo-php
Package monitaroo-php
Short Description Official Monitaroo SDK for PHP - Logs, Metrics & Monitoring
License MIT
Homepage https://github.com/Monitaroo/monitaroo-php
Please rate this library. Is it a good library?
Informations about the package monitaroo-php
Monitaroo PHP SDK
Official PHP SDK for Monitaroo - Logs, Metrics & Monitoring.
Installation
Requirements: PHP 8.0+
Quick Start
Configuration
Logging
Log Levels
Context & Tags
Exception Logging
PSR-3 Logger
Metrics
Counter (increments)
Gauge (current value)
Timer (durations)
Histogram (distributions)
Flushing
By default, logs and metrics are buffered and automatically flushed:
- When batch size is reached (default: 100)
- At the end of the request (
register_shutdown_function) - Using
fastcgi_finish_request()if available (response sent first)
Manual Flush
Disable Auto-Flush
Framework Integration
Laravel
Use the dedicated Laravel package for seamless integration:
See monitaroo/monitaroo-laravel for details.
Symfony
Use the dedicated Symfony bundle:
See monitaroo/monitaroo-symfony for details.
Advanced Usage
Custom Transport
Multiple Clients
License
MIT License. See LICENSE for details.
All versions of monitaroo-php with dependencies
PHP Build Version
Package Version
The package monitaroo/monitaroo-php contains the following files
Loading the files please wait ...