wernerdweight / scheduled-messenger-bundle
Symfony bundle that helps you dispatch delayed messages based on events.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=7.2.0
- symfony/framework-bundle: ^4.3
- symfony/messenger: ^4.3
- thecodingmachine/safe: ^0.1.13
- wernerdweight/ra: ^0.3.3
Requires (Dev)
- symfony/phpunit-bridge: ^4.3
- thecodingmachine/phpstan-safe-rule: ^0.1.2
- wernerdweight/cs: ^1.2.1
This package is auto-updated.
Last update: 2024-11-29 06:20:59 UTC
README
Symfony bundle that helps you dispatch delayed messages based on events.
Installation
1. Download using composer
composer require wernerdweight/scheduled-messenger-bundle
2. Enable the bundle
Enable the bundle in your kernel:
<?php // config/bundles.php return [ // ... WernerDweight\ScheduledMessengerBundle\ScheduledMessengerBundle::class => ['all' => true], ];
Usage
TODO:
License
This bundle is under the MIT license. See the complete license in the root directiory of the bundle.