PHPackages                             dndeus/module-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. dndeus/module-logger

ActiveMagento2-module[Logging &amp; Monitoring](/categories/logging)

dndeus/module-logger
====================

1.0.2(5y ago)111[23 PRs](https://github.com/dndeus/magento-2-logger/pulls)proprietaryCSS

Since Jun 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dndeus/magento-2-logger)[ Packagist](https://packagist.org/packages/dndeus/module-logger)[ RSS](/packages/dndeus-module-logger/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (3)Versions (27)Used By (0)

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

[](#installation)

`composer require dndeus/module-logger`

Magento installation
--------------------

[](#magento-installation)

```
bin/magento module:enable Dndeus_Logger

bin/magento setup:upgrade

```

Usage
-----

[](#usage)

```
$logger = new Logger();

$data = ['name' => 'Test'];

$logger->forType('products') // this must be snakecase sting or single word
       ->success($data,'Processing the given data was successful');

$logger->forType('products_data') // this must be snakecase sting or single word
       ->failed($data,'Processing the given data failed for whatever reason');

```

View the logs in your magento admin area
----------------------------------------

[](#view-the-logs-in-your-magento-admin-area)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

2170d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/dndeus-module-logger/health.svg)

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

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[directorytree/metrics

Record metrics in your Laravel application

26027.8k](/packages/directorytree-metrics)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)

PHPackages © 2026

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