bref/symfony-messenger
Symfony Messenger bridge to run with SQS and SNS on AWS Lambda with Bref
Maintainers
Fund package maintenance!
1.4.1
2026-02-19 12:47 UTC
Requires
- php: >=8.0
- ext-json: *
- async-aws/event-bridge: ^1.0
- async-aws/sns: ^1.0
- async-aws/sqs: ^1.2|^2.0
- bref/bref: ^1.5 || ^2.0 || ^3.0
- symfony/amazon-sqs-messenger: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/config: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/messenger: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/yaml: ^5.4 || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- matthiasnoback/symfony-dependency-injection-test: ^4.3 || ^5.0 || ^6.0
- mnapoli/hard-mode: ^0.3.0
- nyholm/symfony-bundle-test: ^3.0
- phpspec/prophecy: ^1.15
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.7.10
- phpunit/phpunit: ^9.4 || ^10.0
- symfony/framework-bundle: ^5.4 || ^6.0 || ^7.0 || ^8.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Bridge to use Symfony Messenger on AWS Lambda with Bref.
This bridge allows messages to be dispatched to SQS, SNS or EventBridge, while workers handle those messages on AWS Lambda.
Documentation
You can find the documentation on the Bref website here.
