@@ -165,6 +165,9 @@ Service
165
165
`Smsapi `_ **Install **: ``composer require symfony/smsapi-notifier `` \
166
166
**DSN **: ``smsapi://TOKEN@default?from=FROM `` \
167
167
**Webhook support **: No
168
+ `Smsbox `_ **Install **: ``composer require symfony/smsbox-notifier `` \
169
+ **DSN **: ``smsbox://APIKEY@default?mode=MODE&strategy=STRATEGY&sender=SENDER `` \
170
+ **Webhook support **: No
168
171
`SmsBiuras `_ **Install **: ``composer require symfony/sms-biuras-notifier `` \
169
172
**DSN **: ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0 `` \
170
173
**Webhook support **: No
@@ -189,6 +192,9 @@ Service
189
192
`Twilio `_ **Install **: ``composer require symfony/twilio-notifier `` \
190
193
**DSN **: ``twilio://SID:TOKEN@default?from=FROM `` \
191
194
**Webhook support **: Yes
195
+ `Unifonic `_ **Install **: ``composer require symfony/unifonic-notifier `` \
196
+ **DSN **: ``unifonic://APP_SID@default?from=FROM `` \
197
+ **Webhook support **: No
192
198
`Vonage `_ **Install **: ``composer require symfony/vonage-notifier `` \
193
199
**DSN **: ``vonage://KEY:SECRET@default?from=FROM `` \
194
200
**Webhook support **: Yes
@@ -205,7 +211,8 @@ Service
205
211
206
212
.. versionadded :: 7.1
207
213
208
- The `SmsSluzba `_, `SMSense `_ and `LOX24 `_ integrations were introduced in Symfony 7.1.
214
+ The ``Smsbox ``, ``SmsSluzba ``, ``SMSense ``, ``LOX24 `` and ``Unifonic ``
215
+ integrations were introduced in Symfony 7.1.
209
216
210
217
.. deprecated :: 7.1
211
218
@@ -348,8 +355,7 @@ Service Package D
348
355
349
356
.. versionadded :: 7.1
350
357
351
- The ``Bluesky ``, ``Unifonic `` and ``Smsbox `` integrations
352
- were introduced in Symfony 7.1.
358
+ The ``Bluesky `` integration was introduced in Symfony 7.1.
353
359
354
360
.. caution ::
355
361
0 commit comments