Skip to content

Commit 56f97a9

Browse files
add iqsms support in doc
1 parent 5119158 commit 56f97a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

notifier.rst

Lines changed: 6 additions & 1 deletion
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/ovhcloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
@@ -75,7 +76,11 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
7576

7677
.. versionadded:: 5.2
7778

78-
The Smsapi, Infobip, Mobyt, Esendex and Sendinblue integrations were introduced in Symfony 5.2.
79+
The Smsapi, Infobip, Iqsms, Mobyt, Esendex and Sendinblue integrations were introduced in Symfony 5.2.
80+
81+
.. versionadded:: 5.3
82+
83+
The Iqsms integrations were introduced in Symfony 5.3.
7984

8085
To enable a texter, add the correct DSN in your ``.env`` file and
8186
configure the ``texter_transports``:

0 commit comments

Comments
 (0)