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 1mo 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 14% 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.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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