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

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/sespesoft/mqal

0.1.0 2026-01-08 04:09 UTC

This package is auto-updated.

Last update: 2026-01-08 04:16:33 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.