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(1y ago)112.3k↑166.7%1GPL-2.0PHPPHP ^8.0.2CI failing

Since Jul 15Pushed 4w 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 2d 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

49

—

FairBetter than 94% of packages

Maintenance75

Regular maintenance activity

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

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

365d 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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k16.4k79](/packages/elgg-elgg)

PHPackages © 2026

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