florinmotoc / laravel-statsd
Laravel statsd
Installs: 209
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/florinmotoc/laravel-statsd
Requires
- php: >=8.1
 - florinmotoc/php-statsd-client: dev-main
 - illuminate/queue: *
 - illuminate/support: *
 
This package is auto-updated.
Last update: 2025-10-04 15:36:04 UTC
README
Installation
Install the latest version with
composer require florinmotoc/laravel-statsd
Basic Usage
FM_LARAVEL_STATSD_CLIENT=FM_LARAVEL_STATSD_CLIENT_CUSTOM_DATADOG FM_LARAVEL_STATSD_JOB_TIME_ENABLED=true
- set 
FM_LARAVEL_STATSD_JOB_TIME_ENABLED=truein your.envfile if you want to send laravel queue job times to statsd - set 
FM_LARAVEL_STATSD_CLIENTto any of:- check 
florinmotoc/php-statsd-clientfor more .env vars and infos: https://github.com/FlorinMotoc/php-statsd-client 
 - check