PHPackages                             gpxcat/laravel\_access\_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. gpxcat/laravel\_access\_log

ActiveLibrary

gpxcat/laravel\_access\_log
===========================

自製的 Laravel HTTP 傳輸記錄

1.0.1(4y ago)0420PHP

Since May 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/GPXCAT/laravel_access_log)[ Packagist](https://packagist.org/packages/gpxcat/laravel_access_log)[ RSS](/packages/gpxcat-laravel-access-log/feed)WikiDiscussions main Synced 3d ago

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

gpxcat's laravel\_access\_log
=============================

[](#gpxcats-laravel_access_log)

migrate:

```
php artisan migrate

```

Add the environment variable to your `.env` file:

```
# 是否記錄(總開關)
ACCESS_LOG=1

# 設定不要記錄的ACCESSLOG用逗號 ex GET,HEAD
ACCESS_LOG_SKIP_METHOD=GET

```

Add the routeMiddleware to your `app/Http/Kernel.php` file:

```
    protected $routeMiddleware = [
        ...
        'accesslog.handle' => \Gpxcat\LaravelAccessLog\Http\Middleware\AccessLogHandle::class,
        ...
    ];

```

Add the middleware to your `routes/web.php` or `routes/api.php` file:

```

Route::group([
    'prefix' => 'XXXX',
    'middleware' => [
        'accesslog.handle',
    ],
], function () {
    ...
});

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

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

1470d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1f356242b64a3449d31f6b6ef8710886147399ce3c6cd7159ecf67ec8029878?d=identicon)[GPXCAT](/maintainers/GPXCAT)

---

Top Contributors

[![GPXCAT](https://avatars.githubusercontent.com/u/9213096?v=4)](https://github.com/GPXCAT "GPXCAT (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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