PHPackages                             infancyit/log-rhythm - 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. infancyit/log-rhythm

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

infancyit/log-rhythm
====================

A Custom Monolog Library for Laravel-MySQL.

1.2(7y ago)6226MITPHP

Since Nov 13Pushed 7y ago3 watchersCompare

[ Source](https://github.com/infancyit/log-rhythm)[ Packagist](https://packagist.org/packages/infancyit/log-rhythm)[ RSS](/packages/infancyit-log-rhythm/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

LogRhythm
=========

[](#logrhythm)

A tool for storing log information in MySQL DB with some necessary information.

#### Information that stored by this package:

[](#information-that-stored-by-this-package)

- User ID
- User IP
- User Input (Optional)
- URL
- HTTP Method
- Log Level
- Log Message
- Stack Trace (Optional)
- Request Referrer/Origin

Contents
--------

[](#contents)

- [Installation](#installation)
- [License](#License)

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

[](#installation)

1. To install *LogRhythm*, run the following command:

    ```
    composer require infancyit/log-rhythm
    ```
2. For Laravel version &gt; 5.5 'ServiceProvider' will be automatically added.
3. Run the command below to load all configuration file:

    ```
    php artisan vendor:publish --provider="InfancyIt\LogRhythm\LogRhythmServiceProvider"
    ```
4. After publishing update your configuration to choose this package for logging. To change the logging channel to LogRhythm add `logrhythm` in the channels array on `config/logging.php`:

    ```
    protected $channels = [
            ... ... ... ... ...
            ... ... ... ... ...
         'logrhythm' => [
             'driver' => 'custom',
             'via' => \InfancyIt\LogRhythm\LogRhythmChannel::class,
         ],

        ];
    ```
5. Run the command below to migrate database table:

    ```
    php artisan migrate
    ```
6. Update your `.env` ( If you cache your `env` then clear cache to load new settings by `php artisan config:cache`):

    ```
    LOG_CHANNEL=logrhythm
    ```
7. You can control the logging information by updating `config/logrhythm.php` file.

License
-------

[](#license)

LogRhythm is free software distributed under the terms of the MIT license.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

2735d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64a92c25150b12b7443595c929f1ca81c12aa79e081feb0d74e999d963432de5?d=identicon)[infancyit](/maintainers/infancyit)

---

Top Contributors

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

---

Tags

laravellaravel-packagemonolog-library

### Embed Badge

![Health badge](/badges/infancyit-log-rhythm/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[label84/laravel-auth-log

Log user authentication actions in Laravel.

3654.0k](/packages/label84-laravel-auth-log)

PHPackages © 2026

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