wernerdweight/scheduled-messenger-bundle

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

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

Type:symfony-bundle

pkg:composer/wernerdweight/scheduled-messenger-bundle

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.