8lines/sylius-notification-plugin-twilio-adapter

Twilio adapter for Sylius Notification Plugin

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:sylius-notification-plugin-adapter

1.0.0 2024-04-12 15:07 UTC

This package is auto-updated.

Last update: 2024-04-12 15:38:55 UTC


README

8lines

SyliusNotificationPlugin

Twilio Notification Channel Adapter

Table of Content

Overview

This package is an adapter for the SyliusNotificationPlugin that allows you to send notifications to Twilio.

Installation

To install the adapter you need to run the following command:

composer require 8lines/slack-notification-plugin-twilio-adapter

Then configure Twilio Notifier and add the following variable to your .env file:

TWILIO_DSN=twilio://SID:TOKEN@default?from=FROM

And finally, add the following configuration to your config/packages/notifier.yaml file:

framework:
  notifier:
    texter_transports:
      twilio: '%env(TWILIO_DSN)%'

Usage

After the installation, you can use the Twilio Notification Channel in your application. There are one additional option that you can specify during the notification creation:

  • phone number from - the phone number from which the notification will be sent.