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

ActiveLibrary

farhad/log-rhythm
=================

A Custom Monolog Library for Laravel-MySQL.

042PHP

Since Apr 8Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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 farhad/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="Farhad\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' => \Farhad\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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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/161199f1b3c80ab23ab6da69081da0ebe5afe0a2f9887d839303e18987863ac1?d=identicon)[rafikfarhad](/maintainers/rafikfarhad)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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