Skip to content

Commit 80403f2

Browse files
committed
[Notifier] Add Plivo bridge
1 parent 5d23506 commit 80403f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notifier.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Nexmo ``symfony/nexmo-notifier`` Abandoned in favor of Vo
8383
Octopush ``symfony/octopush-notifier`` ``octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE``
8484
OrangeSms ``symfony/orange-sms-notifier`` ``orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME``
8585
OvhCloud ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&no_stop_clause=true``
86+
Plivo ``symfony/plivo-notifier`` ``plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM``
8687
Sendberry ``symfony/sendberry-notifier`` ``sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM``
8788
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
8889
Sms77 ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
@@ -109,6 +110,10 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau
109110

110111
The ContactEveryone and SMSFactor integrations were introduced in Symfony 6.2.
111112

113+
.. versionadded:: 6.3
114+
115+
The Plivo integration was introduced in Symfony 6.3.
116+
112117
To enable a texter, add the correct DSN in your ``.env`` file and
113118
configure the ``texter_transports``:
114119

0 commit comments

Comments
 (0)