PHPackages                             laravel\_easy\_log/easy\_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. laravel\_easy\_log/easy\_log

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

laravel\_easy\_log/easy\_log
============================

A package for logging in Laravel

1.0.13(2y ago)513MITPHPPHP ^7.3|^8.0

Since Nov 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Mehran-tr/laravel_easy_log)[ Packagist](https://packagist.org/packages/laravel_easy_log/easy_log)[ RSS](/packages/laravel-easy-log-easy-log/feed)WikiDiscussions master Synced 3d ago

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

Laravel Easy Log Package
------------------------

[](#laravel-easy-log-package)

### Description

[](#description)

Laravel Easy Log is a custom logging package for Laravel applications, allowing easy logging of messages with various levels (such as error, info, and success) to a database. It's particularly useful for tracking application behavior and user-specific actions.

### Features

[](#features)

- Logs messages with different types (error, success, info).
- Optionally associates logs with user IDs and routes.
- Stores logs in a dedicated `custom_log` database table.

### Requirements

[](#requirements)

- PHP &gt;= 7.3
- Laravel 6.x, 7.x, , 8.x , 9.0x or 10.x

### Installation

[](#installation)

1. **Require the Package**
    Use Composer to install the package. Run the following command in your Laravel project:

    ```
    composer require laravel_easy_log/easy_log
    ```
2. **Run Migrations**
    Publish and run the migrations to create the `custom_log` table in your database:

    ```
    php artisan vendor:publish --provider="LaravelEasyLog\EasyLog\CustomLogServiceProvider" --tag="migrations"
    php artisan migrate
    ```
3. **Configuration** (Optional)
    If you want to customize the package, you can publish the configuration file:

    ```
    php artisan vendor:publish --provider="LaravelEasyLog\EasyLog\CustomLogServiceProvider" --tag="config"
    ```

### Usage

[](#usage)

After installing the package, you can log messages like this:

```
use LaravelEasyLog\EasyLog\Facades\CustomLogger;

CustomLogger::log($userId, 'Your log message', 'info', request()->path());
```

### Contributing

[](#contributing)

Contributions to the Laravel Easy Log package are welcome. Please follow the standard procedures for contributing to open-source projects.

### License

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

---

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~0 days

Total

14

Last Release

965d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6dd2ee3a16eae088673fff41e3585886f457b0f0fd24b77fe75f5ef96611fcc?d=identicon)[Mehran-tr](/maintainers/Mehran-tr)

---

Top Contributors

[![Mehran-tr](https://avatars.githubusercontent.com/u/33029873?v=4)](https://github.com/Mehran-tr "Mehran-tr (13 commits)")

### Embed Badge

![Health badge](/badges/laravel-easy-log-easy-log/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M626](/packages/illuminate-log)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)

PHPackages © 2026

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