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(6y 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 3w 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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity66

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

2216d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1295790?v=4)[Dionisios Nikolopoulos](/maintainers/dndeus)[@dndeus](https://github.com/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

[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

58170.8k14](/packages/api-platform-laravel)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

65108.9k](/packages/masterro-laravel-mail-viewer)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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