PHPackages                             ju4n/telemetry-logger - 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. ju4n/telemetry-logger

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

ju4n/telemetry-logger
=====================

A simple log system

0.1.1(1y ago)118MITPHPPHP &gt;=8.2CI passing

Since Oct 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Ju4n/telemetry-package)[ Packagist](https://packagist.org/packages/ju4n/telemetry-logger)[ RSS](/packages/ju4n-telemetry-logger/feed)WikiDiscussions main Synced today

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

Telemetry Logger 📜
==================

[](#telemetry-logger-)

[![Tests](https://github.com/Ju4n/telemetry-package/actions/workflows/tests.yml/badge.svg)](https://github.com/Ju4n/telemetry-package/actions/workflows/tests.yml/badge.svg)

**Telemetry Logger** is an extensible PHP package that allows logging to multiple destinations (drivers) and formats. It follows the [PSR-3](https://www.php-fig.org/psr/psr-3/) logging standard and is designed to be flexible and easily extensible with custom drivers and formatters.

Features
--------

[](#features)

- Supports multiple drivers: CLI and file.
- Extensible for adding custom drivers and formatters.
- Easy to use with a configurable `LoggerBuilder`.
- Supports log transactions.
- PSR-3 compliant.

Requirements
------------

[](#requirements)

- PHP 8.2 or higher.
- [Composer](https://getcomposer.org/) for dependency management.
- [PHPUnit](https://phpunit.de/) for running tests.

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

[](#installation)

You can install the package via Composer:

```
composer require ju4n/telemetry-logger
```

Documentation
-------------

[](#documentation)

- [Usage](doc/Usage.md)
- [Extending Drivers and Formatters](/doc/Extend.md)
- [Included Drivers and Formatters](/doc/Drivers-Formaters.md)
- [UML Diagram](/doc/uml_diagram.png)

Running Tests
-------------

[](#running-tests)

This project includes a set of unit tests that you can run using [PHPUnit](https://phpunit.de/).

First, ensure that you have installed the development dependencies:

```
composer install --dev
```

Then, you can run the tests with the following command:

```
vendor/bin/phpunit
```

You can also generate a code coverage report:

```
vendor/bin/phpunit --coverage-html coverage/
```

If you don't have PHP installed on your local machine, you can run the tests using `docker-compose` by executing:

```
docker-compose run composer install && docker-compose run phpunit
```

Diagram
-------

[](#diagram)

[![UML](/doc/uml_diagram.png)](/doc/uml_diagram.png)

---

### License

[](#license)

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance40

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~119 days

Total

2

Last Release

500d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2642808?v=4)[Juan](/maintainers/Ju4n)[@Ju4n](https://github.com/Ju4n)

---

Top Contributors

[![Ju4n](https://avatars.githubusercontent.com/u/2642808?v=4)](https://github.com/Ju4n "Ju4n (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ju4n-telemetry-logger/health.svg)

```
[![Health](https://phpackages.com/badges/ju4n-telemetry-logger/health.svg)](https://phpackages.com/packages/ju4n-telemetry-logger)
```

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k247.1M335](/packages/sentry-sentry)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.3M624](/packages/illuminate-log)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[api-platform/metadata

API Resource-oriented metadata attributes and factories

275.0M219](/packages/api-platform-metadata)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
