PHPackages                             borzenkovdev/php-telemetry - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. borzenkovdev/php-telemetry

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

borzenkovdev/php-telemetry
==========================

This package offer a variety of features for meaningful logging.

1.0.0(1y ago)25MITPHPPHP &gt;=8.0

Since Oct 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/borzenkovdev/php-telemetry)[ Packagist](https://packagist.org/packages/borzenkovdev/php-telemetry)[ Docs](https://github.com/borzenkovdev/php-telemetry)[ RSS](/packages/borzenkovdev-php-telemetry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Telemetry - lightweight PHP Logging Library with Multi-Driver Support
=====================================================================

[](#telemetry---lightweight-php-logging-library-with-multi-driver-support)

[![Packagist Version](https://camo.githubusercontent.com/749ff8c86f96575ed927e57ad393b5b48b8f5c04718014710406230cb69ffccc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f727a656e6b6f766465762f7068702d74656c656d65747279)](https://camo.githubusercontent.com/749ff8c86f96575ed927e57ad393b5b48b8f5c04718014710406230cb69ffccc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f727a656e6b6f766465762f7068702d74656c656d65747279)[![Packagist PHP Version Support](https://camo.githubusercontent.com/a31fc5fa59d7262980b3e673e71122229cda44775328c4ca396fabfdaff7ed4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f626f727a656e6b6f766465762f7068702d74656c656d65747279)](https://camo.githubusercontent.com/a31fc5fa59d7262980b3e673e71122229cda44775328c4ca396fabfdaff7ed4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f626f727a656e6b6f766465762f7068702d74656c656d65747279)[![Packagist Downloads](https://camo.githubusercontent.com/83eed281b7dd71539198a94ac67f70676ebe6300d7511ee1665403208bc67a14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626f727a656e6b6f766465762f7068702d74656c656d65747279)](https://camo.githubusercontent.com/83eed281b7dd71539198a94ac67f70676ebe6300d7511ee1665403208bc67a14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626f727a656e6b6f766465762f7068702d74656c656d65747279)

A flexible and configurable logging library for PHP, supporting transactions with unique IDs, customizable date formats, and time zones. This library simplifies tracking logs with transaction IDs and performance timings and implements the [PSR-3 specification](https://www.php-fig.org/psr/psr-3/).

Features
--------

[](#features)

- Supports logging messages with various log levels.
- Provides unique transaction IDs for tracking grouped logs.
- Customizable date and time formats.
- Allows setting a custom time zone.
- Supports PSR-3 log levels for compatibility.

Installation
------------

[](#installation)

Install the latest version with:

```
$ composer require borzenkovdev/php-telemetry
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
