Skip to content

ecotoneframework/amqp

Repository files navigation

This is Read Only Repository

To contribute make use of Ecotone-Dev repository.

Github Actions Latest Stable Version License Total Downloads PHP Version Require

Ecotone is the PHP architecture layer that grows with your system — without rewrites.

From #[CommandHandler] on day one, to event sourcing, sagas, outbox, and distributed messaging at scale — one package, same codebase, no forced migrations between growth stages. Declarative PHP 8 attributes on the classes you already have.

AMQP / RabbitMQ transport

Route #[Asynchronous] handlers to RabbitMQ. Exchanges, queues, and bindings are declared from your PHP configuration, and every message flows through Ecotone's standard retry, outbox, and dead letter pipeline — so switching to AMQP in production never changes how your handlers or tests are written.

Supports both implementations:

  • AMQP Extension (enqueue/amqp-ext + ext-amqp) — default, recommended for production
  • AMQP Lib (enqueue/amqp-lib) — pure PHP, required for RabbitMQ Streams

See AMQP_IMPLEMENTATION_SUPPORT.md for detailed information about using both implementations.

Visit ecotone.tech to learn more.

Works with Symfony, Laravel, or any PSR-11 framework via Ecotone Lite.

Testing

The package automatically tests both implementations:

cd packages/Amqp
composer tests:ci

See TESTING_BOTH_IMPLEMENTATIONS.md for more details.

Getting started

See the quickstart guide and reference documentation. Read more on the Ecotone Blog.

AI-Ready documentation

Ecotone ships with MCP server, Agentic Skills, and LLMs.txt for any coding agent. See the AI Integration Guide.

Feature requests and issue reporting

Use issue tracking system for new feature request and bugs. Please verify that it's not already reported by someone else.

Contact

If you want to talk or ask questions about Ecotone

Support Ecotone

If you want to help building and improving Ecotone consider becoming a sponsor:

Tags

PHP, AMQP, RabbitMQ, Ecotone, Message Broker, Asynchronous Messaging, Event Driven Architecture

About

Add integration with amqp, rabbitmq for Ecotone Framework.

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-ENTERPRISE

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors

Languages