PHPackages                             vdlp/oc-amqplogging-plugin - 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. vdlp/oc-amqplogging-plugin

ActiveOctober-plugin[Logging &amp; Monitoring](/categories/logging)

vdlp/oc-amqplogging-plugin
==========================

Extend October CMS logging with an AMQP driver

2.4.0(10mo ago)110.7k↓33.3%1GPL-2.0PHPPHP ^8.0.2

Since Jul 15Pushed 10mo ago8 watchersCompare

[ Source](https://github.com/vdlp/oc-amqplogging-plugin)[ Packagist](https://packagist.org/packages/vdlp/oc-amqplogging-plugin)[ RSS](/packages/vdlp-oc-amqplogging-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (9)Used By (0)

Vdlp.AmqpLogging
================

[](#vdlpamqplogging)

Extends October CMS logging with an AMQP driver.

- Support for environment specific configuration (using the `.env` file).
- Fallback logging when AMQP connection failed.

Requirements
------------

[](#requirements)

- PHP ^8.0
- October CMS
    - `^3.0` (Laravel `^9.0` or `^10.0`)
    - `^4.0` (Laravel `^12.0`)

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

[](#installation)

```
composer require vdlp/oc-amqplogging-plugin

```

Usage
-----

[](#usage)

Publish the configuration file.

`php artisan vendor:publish --tag=vdlp-amqplogging-config`

Configure your connection to the AMQP server.

```
VDLP_AMQPLOGGING_HOST = ""
VDLP_AMQPLOGGING_PORT = ""
VDLP_AMQPLOGGING_LOGIN = ""
VDLP_AMQPLOGGING_PASSWORD = ""
VDLP_AMQPLOGGING_VHOST = ""
VDLP_AMQPLOGGING_EXCHANGE = ""
VDLP_AMQPLOGGING_CHANNEL = ""

```

Use the `Vdlp\AmqpLogging\Classes\AmqpLogger` in the `logging.php` configuration:

```
'amqp' => [
    'driver' => 'custom',
    'via' => \Vdlp\AmqpLogging\Classes\AmqpLogger::class,
],

```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance54

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 53.8% 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 ~302 days

Recently: every ~363 days

Total

7

Last Release

320d ago

Major Versions

1.0.1 → 2.0.02021-07-09

PHP version history (5 changes)1.0.0PHP ^7.1

1.0.1PHP ^7.1||^8.0

2.0.0PHP ^7.4 || ^8.0

2.1.0PHP ^8.0

2.4.0PHP ^8.0.2

### Community

Maintainers

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

---

Top Contributors

[![adrenth](https://avatars.githubusercontent.com/u/5699988?v=4)](https://github.com/adrenth "adrenth (21 commits)")[![sander-beenen](https://avatars.githubusercontent.com/u/2843816?v=4)](https://github.com/sander-beenen "sander-beenen (15 commits)")[![JaccoVDLP](https://avatars.githubusercontent.com/u/152970490?v=4)](https://github.com/JaccoVDLP "JaccoVDLP (3 commits)")

---

Tags

amqpamqp-driverlaravelloggingoctobercmsoctobercms-pluginrabbitmq

### Embed Badge

![Health badge](/badges/vdlp-oc-amqplogging-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/vdlp-oc-amqplogging-plugin/health.svg)](https://phpackages.com/packages/vdlp-oc-amqplogging-plugin)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k189.7M258](/packages/symfony-monolog-bridge)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[jadb/cakephp-monolog

CakePHP Monolog Plugin

5518.9k](/packages/jadb-cakephp-monolog)[camspiers/silverstripe-loggerbridge

Provides a bridge between PSR-3 loggers (like monolog) and SilverStripe

1366.8k](/packages/camspiers-silverstripe-loggerbridge)

PHPackages © 2026

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