Skip to content

Commit b12ae91

Browse files
committed
feature #17486 [Notifier] Add Termii bridge (gnito-org)
This PR was merged into the 6.3 branch. Discussion ---------- [Notifier] Add Termii bridge <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 4866b8f [Notifier] Add Termii bridge
2 parents a80e0ef + 4866b8f commit b12ae91

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
@@ -93,6 +93,7 @@ Smsc ``symfony/smsc-notifier`` ``smsc://LOGIN:PASSWORD@
9393
SMSFactor ``symfony/sms-factor-notifier`` ``sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE``
9494
SpotHit ``symfony/spot-hit-notifier`` ``spothit://TOKEN@default?from=FROM``
9595
Telnyx ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID``
96+
Termii ``symfony/termii-notifier`` ``termii://API_KEY@default?from=FROM&channel=CHANNEL``
9697
TurboSms ``symfony/turbo-sms-notifier`` ``turbosms://AUTH_TOKEN@default?from=FROM``
9798
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
9899
Vonage ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@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 Termii 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)