PHPackages                             alexeyshchetkin/laravel-http-client-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. alexeyshchetkin/laravel-http-client-logger

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

alexeyshchetkin/laravel-http-client-logger
==========================================

1.0(2y ago)17MITPHPPHP ^7|^8

Since Jul 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AlexeyShchetkin/laravel-http-client-logger)[ Packagist](https://packagist.org/packages/alexeyshchetkin/laravel-http-client-logger)[ RSS](/packages/alexeyshchetkin-laravel-http-client-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Http Client Logger
==========================

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

Laravel Http Client Logger - library for logging connection/request/response actions for Laravel HTTP Client

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

[](#installation)

You can install the package via composer:

```
composer require alexeyshchetkin/laravel-http-client-logger
```

You can publish the config file with:

```
php artisan vendor:publish --provider="AlexeyShchetkin\LaravelHttpClientLogger\Providers\HttpClientLoggerServiceProvider" --tag="laravel-http-client-logger"
```

The contents of the published config file:

```
return [
    /*
     * Channel name for logging
     */
    'channel_name' => 'external_requests',
    /*
     * Channel log level
     */
    'log_level' => 'info',
    /*
     * Channel configuration in Laravel style
     */
    'channel_configuration' => [
        'driver' => 'daily',
        'path' => storage_path('logs/external_requests.log'),
        'formatter' => JsonFormatter::class,
        'level' => env('LOG_LEVEL', 'info'),
        'days' => 7,
    ],
    /*
     * Http client events for logging (comment not needed, add own if needed)
     */
    'events' => [
        ConnectionFailed::class => ConnectionFailedListener::class,
        RequestSending::class => RequestSendingListener::class,
        ResponseReceived::class => ResponseReceivedListener::class,
    ],
];
```

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1040d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/994ad5ec3abd1eb4534e4491ada2ad38671ff579e53bbda164403df63d792021?d=identicon)[AlexeyShchetkin](/maintainers/AlexeyShchetkin)

---

Top Contributors

[![AlexeyShchetkin](https://avatars.githubusercontent.com/u/3539614?v=4)](https://github.com/AlexeyShchetkin "AlexeyShchetkin (2 commits)")

### Embed Badge

![Health badge](/badges/alexeyshchetkin-laravel-http-client-logger/health.svg)

```
[![Health](https://phpackages.com/badges/alexeyshchetkin-laravel-http-client-logger/health.svg)](https://phpackages.com/packages/alexeyshchetkin-laravel-http-client-logger)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[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)
