spiral / symfony-messenger
Symfony Messenger integration for Spiral
Fund package maintenance!
spiral
Requires
- php: ^8.2
- roadrunner-php/lock: ^1.0
- spiral-packages/symfony-serializer: ^2.2
- spiral/boot: ^3.14
- spiral/config: ^3.14
- spiral/console: ^3.14
- spiral/core: ^3.14
- spiral/hmvc: ^3.14
- spiral/interceptors: ^3.14
- spiral/roadrunner-jobs: ^4.3
- symfony/messenger: ^7.0
- symfony/serializer: ^7.0
Requires (Dev)
- phpunit/phpunit: ^10
- spiral/dumper: ^3.3.0
- spiral/framework: ^3.14
- spiral/testing: ^2.7
- vimeo/psalm: ^5.24
This package is auto-updated.
Last update: 2024-11-03 09:04:00 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.2+
- Spiral framework 3.13+
Installation
You can install the package via composer:
composer require spiral/symfony-messenger
After package install you need to register bootloader from the package.
// Kernel.php public function defineBootloaders(): array { return [ // ... \Spiral\Messenger\Bootloader\MessengerBootloader::class, // ... ]; }
Note: if you are using
spiral/discoverer
, you don't need to register bootloader by yourself.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.