Skip to content

Commit 0cc962f

Browse files
gnito-orgjaviereguiluz
authored andcommitted
[Notifier] Add SimpleTextin bridge
1 parent 8ee991d commit 0cc962f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notifier.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Service Package DSN
8686
`Sendberry`_ ``symfony/sendberry-notifier`` ``sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM``
8787
`Sendinblue`_ ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
8888
`Sms77`_ ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
89+
`SimpleTextin`_ ``symfony/simple-textin-notifier`` ``simpletextin://API_KEY@default?from=FROM``
8990
`Sinch`_ ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
9091
`Smsapi`_ ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
9192
`SmsBiuras`_ ``symfony/sms-biuras-notifier`` ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0``
@@ -111,8 +112,8 @@ Service Package DSN
111112

112113
.. versionadded:: 6.3
113114

114-
The Bandwith, iSendPro, Plivo, RingCentral and Termii integrations were introduced
115-
in Symfony 6.3.
115+
The Bandwith, iSendPro, Plivo, RingCentral, SimpleTextin and Termii integrations
116+
were introduced in Symfony 6.3.
116117
The ``from`` option in ``Smsapi`` DSN is optional since Symfony 6.3.
117118

118119
To enable a texter, add the correct DSN in your ``.env`` file and
@@ -1004,6 +1005,7 @@ is dispatched. Listeners receive a
10041005
.. _`RocketChat`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/RocketChat/README.md
10051006
.. _`Sendberry`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sendberry/README.md
10061007
.. _`Sendinblue`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sendinblue/README.md
1008+
.. _`SimpleTextin`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SimpleTextin/README.md
10071009
.. _`Sinch`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
10081010
.. _`Slack`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
10091011
.. _`Sms77`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md

0 commit comments

Comments
 (0)