PHPackages                             rawphp/laravel-communication-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. rawphp/laravel-communication-logger

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

rawphp/laravel-communication-logger
===================================

Communication logger for Laravel PHP applications.

037PHP

Since Jul 24Pushed 9y agoCompare

[ Source](https://github.com/rawphp/laravel-communication-logger)[ Packagist](https://packagist.org/packages/rawphp/laravel-communication-logger)[ RSS](/packages/rawphp-laravel-communication-logger/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Communication Provider
==============================

[](#laravel-communication-provider)

[![Build Status](https://camo.githubusercontent.com/51a2a7a6248fe63dc92c97f3374daf741d8308f2116689993092c7f03f7273d8/68747470733a2f2f7472617669732d63692e6f72672f7261777068702f6c61726176656c2d636f6d6d756e69636174696f6e2d6c6f676765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rawphp/laravel-communication-logger)

1. Install
----------

[](#1-install)

As always, we need to pull in some dependencies through Composer.

```
composer require rawphp/laravel-communication-logger

```

2. Register Provider
--------------------

[](#2-register-provider)

```
RawPHP\LaravelCommunicationLogger\CommunicationLoggerProvider::class,

```

3. Register Middleware
----------------------

[](#3-register-middleware)

Add the CommunicationLog middleware to the Kernel middleware array. This allows all requests and responses to be logged.

```
/**
 * The application's route middleware groups.
 *
 * @var array
 */
protected $middlewareGroups = [
        CommunicationsLog::class,
    ],
];

```

3. Publish Config
-----------------

[](#3-publish-config)

```
php artisan vendor:publish --provider="RawPHP\LaravelCommunicationLogger\CommunicationLoggerProvider"

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/rawphp-laravel-communication-logger/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

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

API for OpenTelemetry PHP.

1938.5M261](/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)
