PHPackages                             jaleeldgk/laravel-access-logs - 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. jaleeldgk/laravel-access-logs

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

jaleeldgk/laravel-access-logs
=============================

A Laravel package for logging user requests, best way to log all requests for debugging purpose.

v1.1.0(1y ago)287MITPHPPHP ^7.3|^8.0

Since Jun 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jaleeldgk/laravel-access-logs)[ Packagist](https://packagist.org/packages/jaleeldgk/laravel-access-logs)[ RSS](/packages/jaleeldgk-laravel-access-logs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Laravel Access Logs
===================

[](#laravel-access-logs)

A Laravel package for logging user activities and errors.

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

[](#installation)

Install via composer:

```
composer require jaleeldgk/laravel-access-logs
```

### Publishing files

[](#publishing-files)

Install via composer:

```
php artisan vendor:publish --provider="Jaleeldgk\LaravelAccessLogs\LaravelAccessLogsServiceProvider" --tag="config"
php artisan migrate
```

### Usage

[](#usage)

You can log user activity by calling the LogHelper::createLog() method from anywhere in your application:

```
use Jaleeldgk\LaravelAccessLogs\Helpers\LogHelper;
LogHelper::createLog()

```

### Configuration

[](#configuration)

You can customize the logging behavior by editing the config/laravel-access-logs.php file:

```
return [
    'log_user_id' => true,
    'log_ip' => true,
    'log_user_agent' => true,
    'log_params' => true,
    'log_error_message' => true,
    'log_error_trace' => true,
    'log_referral' => true,
    'log_feedback' => true,
];

```

### Author

[](#author)

Jaleel Ahmad Email: GitHub: github.com/jaleeldgk

### License

[](#license)

This package is open-sourced software licensed under the MIT license.

### Test the Package

[](#test-the-package)

Ensure that the package is working correctly by running the tests:

```
./vendor/bin/phpunit
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

2

Last Release

699d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e484785face6380f23b2b1112e10a4b00448952a8537c677691303eb49f1de3?d=identicon)[jaleeldgk](/maintainers/jaleeldgk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jaleeldgk-laravel-access-logs/health.svg)

```
[![Health](https://phpackages.com/badges/jaleeldgk-laravel-access-logs/health.svg)](https://phpackages.com/packages/jaleeldgk-laravel-access-logs)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[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)
