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 today

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

20

—

LowBetter than 13% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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

580d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51167154?v=4)[JEFFERSON ALMEIDA](/maintainers/je-almeida)[@je-almeida](https://github.com/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.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M275](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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