File tree 1 file changed +5
-0
lines changed
Filter options
1 file changed +5
-0
lines changed
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Service Package DSN
60
60
Esendex ``symfony/esendex-notifier `` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM ``
61
61
FreeMobile ``symfony/free-mobile-notifier `` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE ``
62
62
Infobip ``symfony/infobip-notifier `` ``infobip://TOKEN@default?from=FROM ``
63
+ Iqsms ``symfony/iqsms-notifier `` ``iqsms://LOGIN:PASSWORD@default?from=FROM ``
63
64
Mobyt ``symfony/mobyt-notifier `` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM ``
64
65
Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
65
66
OvhCloud ``symfony/ovhcloud-notifier `` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME ``
@@ -77,6 +78,10 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
77
78
78
79
The Smsapi, Infobip, Mobyt, Esendex and Sendinblue integrations were introduced in Symfony 5.2.
79
80
81
+ .. versionadded :: 5.3
82
+
83
+ The Iqsms integration was introduced in Symfony 5.3.
84
+
80
85
To enable a texter, add the correct DSN in your ``.env `` file and
81
86
configure the ``texter_transports ``:
82
87
You can’t perform that action at this time.
0 commit comments