There is no license information available for the latest version (dev-master) of this package.

Message Queue Abstraction Layer - PHP library for unified message queue management across multiple providers

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/sespesoft/mqal

dev-master 2025-12-05 15:16 UTC

This package is auto-updated.

Last update: 2025-12-05 15:51:12 UTC


README

MQAL (Message Queue Abstraction Layer) is an PHP library that provides a unified interface for managing message queues across multiple providers. Enables seamless switching between RabbitMQ, AWS SQS/SNS without changing a single line of your business logic.

Why MQAL?

Modern applications require flexibility in their infrastructure choices. MQAL empowers development teams to:

  • Test in Staging with RabbitMQ
  • Deploy to Production on AWS SQS/SNS
  • Switch Providers without code refactoring

All while maintaining the same clean, intuitive API across all environments.