PHPackages                             ameos/amqp - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. ameos/amqp

ActiveTypo3-cms-extension[Queues &amp; Workers](/categories/queues)

ameos/amqp
==========

TYPO3 AMQP Messenger Gateway

1.0.0(2y ago)011GPL-3.0-or-laterPHPPHP ^8.0

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ameos/amqp)[ Packagist](https://packagist.org/packages/ameos/amqp)[ RSS](/packages/ameos-amqp/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

TYPO3 AMQP Messenger Gateway Extension
======================================

[](#typo3-amqp-messenger-gateway-extension)

Introduction
------------

[](#introduction)

The TYPO3 AMQP Messenger Gateway extension provides seamless integration between TYPO3 and Symfony's AMQP Messenger component. This extension enables TYPO3 to utilize AMQP (Advanced Message Queuing Protocol) for efficient message queueing, ensuring reliable and scalable communication between different services.

Features

- Easy Integration: Simplifies the process of connecting TYPO3 with Symfony's AMQP Messenger component.
- Reliable Messaging: Utilizes AMQP for robust message euing and handling.
- Scalability: Supports scalable message-driven architecture.
- Configuration: Flexible configuration options for various messaging requirements.
- Logging: Comprehensive logging for monitoring message flow and errors.

Requirements

- TYPO3 v12.4 or higher
- PHP 8.0 or higher
- PHP AMQP Extension
- AMQP broker (RabbitMQ or similar)

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

[](#installation)

### Composer

[](#composer)

Install the extension via Composer:

bash

```
composer require ameos/amqp

```

### Extension Manager

[](#extension-manager)

- Go to the TYPO3 backend.
- Navigate to Admin Tools &gt; Extension Manager.
- Click on Get Extensions.
- Search for maqp.
- Click on the Import and Install button.

Configuration
-------------

[](#configuration)

Global Configuration

Add the following configuration to your LocalConfiguration.php or AdditionalConfiguration.php:

```
$GLOBALS['TYPO3_CONF_VARS']['SYS']['messenger']['AMQP'] = [
    'dsn' => 'amqp://user:password@localhost:5672/vhost',
    'options' => [
        'exchange' => [
            'name' => 'exchange_name',
        ],
        'queue' => [
            'name' => 'queue_name',
            'routing_key' => 'routing_key',
        ],
    ],
];

```

Usage
-----

[](#usage)

Sending Messages

To send a message, see [TYPO3 documentation](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/MessageBus/Index.html)

Contributing
------------

[](#contributing)

We welcome contributions to enhance the functionality of this extension. Please submit pull requests or open issues on GitHub.

License
-------

[](#license)

This TYPO3 extension is open-source and licensed under the GNU GENERAL PUBLIC LICENSE V2.

Credits
-------

[](#credits)

Developed by AMEOS.

For any inquiries or support, please contact .

Thank you for using the TYPO3 AMQP Messenger Gateway Extension. We hope it helps in building robust and scalable applications.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

773d ago

### Community

Maintainers

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

---

Top Contributors

[![ameos](https://avatars.githubusercontent.com/u/10464031?v=4)](https://github.com/ameos "ameos (3 commits)")

### Embed Badge

![Health badge](/badges/ameos-amqp/health.svg)

```
[![Health](https://phpackages.com/badges/ameos-amqp/health.svg)](https://phpackages.com/packages/ameos-amqp)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[b13/assetcollector

Asset collector - Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10125.6k](/packages/b13-assetcollector)

PHPackages © 2026

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