/notifier-sylius

Automated marketing notification plugin for sylius [wip]

Primary LanguagePHP

Notifier Plugin For Sylius eCommerce

You can manage all notifications (email, push-notifications, sms) for sylius commerce projects.

Requirements

  • composer require symfony/messenger
  • add messenger transport dsn to .env file
  • configure your messenger.
    framework:
        messenger:
             transports:
                 async: "%env(MESSENGER_TRANSPORT_DSN)%"
             routing:
               'Workouse\NotifierPlugin\Message\MailNotification': async

Installation

  1. Run composer require workouse/notifier-sylius.

  2. Symfony Flex resolve all configurations for you.