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(1y ago)011GPL-3.0-or-laterPHPPHP ^8.0

Since May 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ameos/amqp)[ Packagist](https://packagist.org/packages/ameos/amqp)[ RSS](/packages/ameos-amqp/feed)WikiDiscussions main Synced 1mo 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

23

—

LowBetter than 27% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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

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

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)[amphp/pipeline

Asynchronous iterators and operators.

7432.7M34](/packages/amphp-pipeline)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)

PHPackages © 2026

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