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
3 changes: 2 additions & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Nexmo ``symfony/nexmo-notifier`` Abandoned in favor of Vo
Octopush ``symfony/octopush-notifier`` ``octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE``
OrangeSms ``symfony/orange-sms-notifier`` ``orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME``
OvhCloud ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&no_stop_clause=true``
RingCentral ``symfony/ring-central-notifier`` ``ringcentral://API_TOKEN@default?from=FROM``
Sendberry ``symfony/sendberry-notifier`` ``sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM``
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
Sms77 ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
Expand Down Expand Up @@ -112,7 +113,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau

.. versionadded:: 6.3

The Termii integration was introduced in Symfony 6.3.
The RingCentral and Termii integrations were introduced in Symfony 6.3.

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