@@ -165,6 +165,9 @@ Service
165165`Smsapi `_ **Install **: ``composer require symfony/smsapi-notifier `` \
166166 **DSN **: ``smsapi://TOKEN@default?from=FROM `` \
167167 **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
168171`SmsBiuras `_ **Install **: ``composer require symfony/sms-biuras-notifier `` \
169172 **DSN **: ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0 `` \
170173 **Webhook support **: No
@@ -189,6 +192,9 @@ Service
189192`Twilio `_ **Install **: ``composer require symfony/twilio-notifier `` \
190193 **DSN **: ``twilio://SID:TOKEN@default?from=FROM `` \
191194 **Webhook support **: Yes
195+ `Unifonic `_ **Install **: ``composer require symfony/unifonic-notifier `` \
196+ **DSN **: ``unifonic://APP_SID@default?from=FROM `` \
197+ **Webhook support **: No
192198`Vonage `_ **Install **: ``composer require symfony/vonage-notifier `` \
193199 **DSN **: ``vonage://KEY:SECRET@default?from=FROM `` \
194200 **Webhook support **: Yes
@@ -205,7 +211,8 @@ Service
205211
206212.. versionadded :: 7.1
207213
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.
209216
210217.. deprecated :: 7.1
211218
@@ -348,8 +355,7 @@ Service Package D
348355
349356.. versionadded :: 7.1
350357
351- The ``Bluesky ``, ``Unifonic `` and ``Smsbox `` integrations
352- were introduced in Symfony 7.1.
358+ The ``Bluesky `` integration was introduced in Symfony 7.1.
353359
354360.. caution ::
355361
0 commit comments