Skip to content

Commit 1731c71

Browse files
committed
feature #16401 [Notifier] Add OrangeSms bridge documentation (enigma972)
This PR was squashed before being merged into the 6.1 branch. Discussion ---------- [Notifier] Add OrangeSms bridge documentation See [symfony/symfony:44913](symfony/symfony#44913) Closes #16408 Commits ------- e030258 [Notifier] Add OrangeSms bridge documentation
2 parents c2d3d0c + e030258 commit 1731c71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ MessageMedia ``symfony/message-media-notifier`` ``messagemedia://API_KEY:A
7272
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
7373
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
7474
Octopush ``symfony/octopush-notifier`` ``octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE``
75+
OrangeSms ``symfony/orange-sms-notifier`` ``orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME``
7576
OvhCloud ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
7677
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
7778
Sms77 ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
@@ -89,7 +90,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
8990

9091
.. versionadded:: 6.1
9192

92-
The 46elks integration was introduced in Symfony 6.1.
93+
The 46elks and OrangeSms integrations were introduced in Symfony 6.1.
9394

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

0 commit comments

Comments
 (0)