PHPackages                             epigra/httplogger - 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. epigra/httplogger

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

epigra/httplogger
=================

0.3(2y ago)6117PHPCI passing

Since Jan 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/epigra/http-logger)[ Packagist](https://packagist.org/packages/epigra/httplogger)[ RSS](/packages/epigra-httplogger/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Epigra Laravel HTTP Logger
==========================

[](#epigra-laravel-http-logger)

With our special thanks to Spatie and spatie/laravel-http-logger

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

[](#installation)

You can install the package via composer:

```
$ composer require epigra/httplogger
```

Optionally you can publish the configfile with:

```
php artisan vendor:publish --provider="Epigra\HttpLogger\HttpLoggerServiceProvider" --tag="config"
```

in your env file

```
LOG_REQUESTS=true
LOG_RESPONSES=true

```

Usage
-----

[](#usage)

This packages provides a middleware which can be added as a global middleware or as a single route.

```
// in `app/Http/Kernel.php`

protected $middleware = [
    // ...

    \Epigra\HttpLogger\Middlewares\HttpLogger::class
];
```

```
// in a routes file

Route::post('/submit-form', function () {
    //
})->middleware(\Epigra\HttpLogger\Middlewares\HttpLogger::class);
```

You can use custom channel configuration on your config.php file by adding

```
    'http-logger' => [
        'driver' => 'daily',
        'path' => storage_path('logs/responses_requests.log'),
    ],
```

to your channels array.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~858 days

Total

3

Last Release

1007d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/112425?v=4)[Ugur Aydogdu](/maintainers/jnbn)[@jnbn](https://github.com/jnbn)

---

Top Contributors

[![jnbn](https://avatars.githubusercontent.com/u/112425?v=4)](https://github.com/jnbn "jnbn (4 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![taylanunutmaz](https://avatars.githubusercontent.com/u/30219204?v=4)](https://github.com/taylanunutmaz "taylanunutmaz (1 commits)")

---

Tags

laravelloggerpackagerequestresponse

### Embed Badge

![Health badge](/badges/epigra-httplogger/health.svg)

```
[![Health](https://phpackages.com/badges/epigra-httplogger/health.svg)](https://phpackages.com/packages/epigra-httplogger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M262](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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