PHPackages                             d3yii2/d3logger - 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. d3yii2/d3logger

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

d3yii2/d3logger
===============

D3 logger

179PHP

Since Sep 19Pushed 1y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

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

[](#installation)

create Monolog logs in runtime directory

```
composer require d3yii2/d3logger dev-master
```

In configuration file define only path

```
        'myLoggel=r' => [
            'class' => 'd3logger\D3Monolog',
            'name' => 'myLogger',
            'fileName' => 'robotex',
            'directory' => 'devices',
            'maxFiles' => 7,
        ],
```

Ussage
------

[](#ussage)

```
use d3logger\D3Monolog;

Yii::$app->myLogger->info('ok',['a','b']);
```

Runtime viewer
==============

[](#runtime-viewer)

configure
---------

[](#configure)

To console config migration path add

```
    '@vendor/d3yii2/d3logger/src/migrations',
```

web connnfig module
-------------------

[](#web-connnfig-module)

```
        'd3logger' => [
            'class' => 'd3logger\Module',
            'leftMenu' => 'company',
            'accessRoles' => [
                'D3loggerView' => [
                    'logging/sorting',  //directories
                    'logs',
                ],
            ]
        ],
```

translation
-----------

[](#translation)

```
    'd3logger' => [
        'class' => 'yii\i18n\PhpMessageSource',
        'basePath' => '@vendor/d3yii2/d3logger/src/messages',
        'sourceLanguage' => 'en-US',
    ],
```

Left menu

```
    [
        'label' => 'Logfaili',
        'icon' => 'bars',
        'type' => 'submenu',
        'url' => ['/d3logger/log-viewer'],
        'visible' => Yii::$app->user->can(D3loggerViewUserRole::NAME)
    ],
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/542187ba859514d10d0952dca77df8ea889a9651b249d0b5b513da791fd2919b?d=identicon)[uldisn](/maintainers/uldisn)

---

Top Contributors

[![anothersoftware-lv](https://avatars.githubusercontent.com/u/9327511?v=4)](https://github.com/anothersoftware-lv "anothersoftware-lv (13 commits)")[![uldisn](https://avatars.githubusercontent.com/u/3525344?v=4)](https://github.com/uldisn "uldisn (8 commits)")

### Embed Badge

![Health badge](/badges/d3yii2-d3logger/health.svg)

```
[![Health](https://phpackages.com/badges/d3yii2-d3logger/health.svg)](https://phpackages.com/packages/d3yii2-d3logger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.1k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M137](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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