File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ to send SMS messages to mobile phones. This feature requires subscribing to
54
54
a third-party service that sends SMS messages. Symfony provides integration
55
55
with a couple popular SMS services:
56
56
57
- ========== =============================== ====================================================
58
- Service Package DSN
59
- ========== =============================== ====================================================
60
- Twilio ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
61
- Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
62
- OvhCloud ``symfony/ovhcloud-notifier `` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME ``
63
- Sinch ``symfony/sinch-notifier `` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM ``
64
- FreeMobile ``symfony/freemobile- notifier `` ``freemobile://LOGIN:PASS @default?phone=PHONE ``
65
- ========== =============================== ====================================================
57
+ ========== ================================ ====================================================
58
+ Service Package DSN
59
+ ========== ================================ ====================================================
60
+ Twilio ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
61
+ Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
62
+ OvhCloud ``symfony/ovhcloud-notifier `` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME ``
63
+ Sinch ``symfony/sinch-notifier `` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM ``
64
+ FreeMobile ``symfony/free-mobile- notifier `` ``freemobile://LOGIN:PASSWORD @default?phone=PHONE ``
65
+ ========== ================================ ====================================================
66
66
67
67
.. versionadded :: 5.1
68
68
You can’t perform that action at this time.
0 commit comments