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

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

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

Extend October CMS logging with an AMQP driver

2.4.1(1mo ago)112.8k↑150%1GPL-2.0PHPPHP ^8.0.2CI failing

Since Jul 15Pushed 1mo 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 2w ago

READMEChangelog (2)Dependencies (10)Versions (10)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

54

—

FairBetter than 97% of packages

Maintenance94

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 52.5% 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 ~313 days

Recently: every ~377 days

Total

8

Last Release

33d 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)")[![JoshuaTerra](https://avatars.githubusercontent.com/u/15103656?v=4)](https://github.com/JoshuaTerra "JoshuaTerra (1 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.6k208.8M397](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[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.

45844.8k1](/packages/pressbooks-pressbooks)[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.7k17.3k100](/packages/elgg-elgg)[prestashop/prestashop

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

9.2k19.7k](/packages/prestashop-prestashop)[illuminate/log

The Illuminate Log package.

6225.7M690](/packages/illuminate-log)

PHPackages © 2026

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