PHPackages                             jaimevalasek/jv-log - 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. jaimevalasek/jv-log

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

jaimevalasek/jv-log
===================

Use this module to generate and store logs of errors on your site, option to send logs via email using the module JVMail.

2261PHP

Since Oct 3Pushed 12y ago2 watchersCompare

[ Source](https://github.com/jaimevalasek/JVLog)[ Packagist](https://packagist.org/packages/jaimevalasek/jv-log)[ RSS](/packages/jaimevalasek-jv-log/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

JVLog - JV Log
==============

[](#jvlog---jv-log)

Create By: Jaime Marcelo Valasek

Use this module to generate and store logs of errors on your site, option to send logs via email using the module JVMail.

Futures video lessons can be developed and published on the website or Youtube channel

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

[](#installation)

Download this module into your vendor folder.

- Also install the module JVMail - .

After done the above steps, open the file `config/application.config.php`. And add the module with the name JVLog.

Using the JVLog
---------------

[](#using-the-jvlog)

- Access the file that is inside the module.config.php JVLog module and check the settings.
- The option notify equal true, sends email notification to the email configured below.
- To send an email notification jvmail the module must be installed, however if you do not use the email notification is not necessary to install it.
- The logs folder should be created within the directory data being as follows `./data/logs`

```
'JVLog' => array(
    'notificationMail' => array(
        'notify' => false,
        'priorities' => array(
            '0' => 'Emergency',
            '2' => 'Critical',
            '3' => 'Error',
            '4' => 'Warning',
            '5' => 'Debug'
        ),
        'email' => 'user@domain.com'
    )
),
```

- Create phtml to send the log via email, if you use the sending via email.
- Create phtml inside the folder `view/mailtemplates/log-exception.phtml` module of your application.

```

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9b089b4d5ecfd26e5e4ef9013233a15d7598296ca76da1c92848dd41bec9d87?d=identicon)[jaimevalasek](/maintainers/jaimevalasek)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jaimevalasek-jv-log/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M263](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M317](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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