Skip to content

Commit e0919bf

Browse files
committed
feature #14555 [Notifier] add iqsms bridge support in doc (alexandrbarabolia)
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Notifier] add iqsms bridge support in doc add iqsms-notifier documentation symfony/symfony#39096 Commits ------- 41285f0 [Notifier] add iqsms bridge support in doc
2 parents 3db8761 + 41285f0 commit e0919bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notifier.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Service Package DSN
6060
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
6161
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6262
Infobip ``symfony/infobip-notifier`` ``infobip://TOKEN@default?from=FROM``
63+
Iqsms ``symfony/iqsms-notifier`` ``iqsms://LOGIN:PASSWORD@default?from=FROM``
6364
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
6465
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
6566
OvhCloud ``symfony/ovh-cloud-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=
7778

7879
The Smsapi, Infobip, Mobyt, Esendex and Sendinblue integrations were introduced in Symfony 5.2.
7980

81+
.. versionadded:: 5.3
82+
83+
The Iqsms integration was introduced in Symfony 5.3.
84+
8085
To enable a texter, add the correct DSN in your ``.env`` file and
8186
configure the ``texter_transports``:
8287

0 commit comments

Comments
 (0)