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)413MITPHPPHP ^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 1mo 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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

910d 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

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)
