Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ OvhCloud ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLI
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default?from=FROM``
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
========== ================================ ====================================================

Expand All @@ -83,8 +84,8 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=

.. versionadded:: 5.3

The Iqsms, GatewayApi, Octopush, AllMySms and Clickatell integrations were
introduced in Symfony 5.3.
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell and SpotHit integrations
were introduced in Symfony 5.3.


To enable a texter, add the correct DSN in your ``.env`` file and
Expand Down