sespesoft / mqal
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
Requires
- php: ^8.2
- aws/aws-sdk-php: ^3.364
- php-amqplib/php-amqplib: ^3.7
- psr/log: ^3.0
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.