PHPackages                             idealogica/log-x - 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. idealogica/log-x

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

idealogica/log-x
================

Simple PSR-3 compliant logger.

1.1.2(6y ago)11.4k2MITPHPPHP &gt;=5.4

Since Oct 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/idealogica/log-x)[ Packagist](https://packagist.org/packages/idealogica/log-x)[ Docs](https://github.com/idealogica/log-x)[ RSS](/packages/idealogica-log-x/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)Used By (2)

Log-X
=====

[](#log-x)

Log-X it's a simple PSR-3 compliant logger with ability to duplicate log entries to stdout.

### Installation

[](#installation)

Log-X requires PHP &gt;= 5.4

```
composer require idealogica/log-x:~1.1

```

### Example

[](#example)

```
$logX = new LogX('vfs://root/test.log');
$logX->enableStdoutEcho();
$logX->alert('alert');
$logX->critical('critical');
$logX->debug('debug');
$logX->emergency('emergency');
$logX->error('error');
$logX->info('info');
$logX->notice('notice');
$logX->warning('warning');
$logX->log(LogLevel::ALERT, 'message', ['time_output' => false]);

```

### License

[](#license)

Log-X is licensed under a [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~266 days

Recently: every ~225 days

Total

6

Last Release

2521d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dfe693e24f13322ee0ab1de94b76274aa9bedfd1f0951913c44a971ad8d4cb8?d=identicon)[idealogica](/maintainers/idealogica)

---

Tags

logpsr-3logger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/idealogica-log-x/health.svg)

```
[![Health](https://phpackages.com/badges/idealogica-log-x/health.svg)](https://phpackages.com/packages/idealogica-log-x)
```

###  Alternatives

[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

511.0M18](/packages/apix-log)[markrogoyski/simplelog-php

Powerful PSR-3 logging. So easy, it's simple.

2818.1k4](/packages/markrogoyski-simplelog-php)[wa72/simplelogger

Wa72SimpleLogger is a collection of very simple loggers implementing \\Psr\\Log\\LoggerInterface (PSR-3)

13246.6k13](/packages/wa72-simplelogger)

PHPackages © 2026

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