File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Smsc ``symfony/smsc-notifier`` ``smsc://LOGIN:PASSWORD@
93
93
SMSFactor ``symfony/sms-factor-notifier `` ``sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE ``
94
94
SpotHit ``symfony/spot-hit-notifier `` ``spothit://TOKEN@default?from=FROM ``
95
95
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 ``
96
97
TurboSms ``symfony/turbo-sms-notifier `` ``turbosms://AUTH_TOKEN@default?from=FROM ``
97
98
Twilio ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
98
99
Vonage ``symfony/vonage-notifier `` ``vonage://KEY:SECRET@default?from=FROM ``
@@ -109,6 +110,10 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau
109
110
110
111
The ContactEveryone and SMSFactor integrations were introduced in Symfony 6.2.
111
112
113
+ .. versionadded :: 6.3
114
+
115
+ The Termii integration was introduced in Symfony 6.3.
116
+
112
117
To enable a texter, add the correct DSN in your ``.env `` file and
113
118
configure the ``texter_transports ``:
114
119
You can’t perform that action at this time.
0 commit comments