PHPackages                             jeff/lara-logger - 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. jeff/lara-logger

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

jeff/lara-logger
================

Add logs in your laravel project in database

v0.0.2(1y ago)09MITPHP

Since Dec 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/je-almeida/lara-logging)[ Packagist](https://packagist.org/packages/jeff/lara-logger)[ RSS](/packages/jeff-lara-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

LaraLogger is a Laravel package that provides a custom logging solution to store log entries directly in a database. This package includes a ready-to-use `DatabaseLogger` channel and provides necessary migrations to set up a `logs` table.

---

Features
--------

[](#features)

- **Custom Log Channel:** Store logs in the database using a dedicated channel.
- **Database Migration:** Automatic setup for a `logs` table.
- **Configurable:** Easily integrate into your existing Laravel logging configuration.

---

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

[](#installation)

1. Install the package using Composer:

```
composer require jeff/lara-logger
```

2. Add `Jeff\LaraLogger\Providers\LoggingServiceProvider::class` to providers list (/bootstrap/providers.php):

```
 'tests'
]);
\Illuminate\Support\Facades\Log::error('test ok');
\Illuminate\Support\Facades\Log::warning('test ok');
\Illuminate\Support\Facades\Log::channel('database')->info('test ok');
```

2. List Logs, (ex: in a route function):

```
return \Jeff\LaraLogger\App\Models\LogModel::all(['*']);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

525d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8638f27310822730d8f753b6b741dff3dccf71b34f24505d0b37fbd4b98447ac?d=identicon)[je-almeida](/maintainers/je-almeida)

---

Top Contributors

[![je-almeida](https://avatars.githubusercontent.com/u/51167154?v=4)](https://github.com/je-almeida "je-almeida (4 commits)")

### Embed Badge

![Health badge](/badges/jeff-lara-logger/health.svg)

```
[![Health](https://phpackages.com/badges/jeff-lara-logger/health.svg)](https://phpackages.com/packages/jeff-lara-logger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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