wernerdweight/scheduled-messenger-bundle

Symfony bundle that helps you dispatch delayed messages based on events.

0.1.1 2019-12-09 06:44 UTC

README

Symfony bundle that helps you dispatch delayed messages based on events.

Build Status Latest Stable Version Total Downloads License

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.