Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd289bcb

Browse files
committed
[Notifier] Add Seven.io bridge
1 parentb995787 commitd289bcb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎notifier.rst‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Service Package DSN
8787
`RingCentral`_ ``symfony/ring-central-notifier`` ``ringcentral://API_TOKEN@default?from=FROM``
8888
`SMSFactor`_ ``symfony/sms-factor-notifier`` ``sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE``
8989
`Sendberry`_ ``symfony/sendberry-notifier`` ``sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM``
90+
`Seven.io`_ ``symfony/sevenio-notifier`` ``sevenio://API_KEY@default?from=FROM``
9091
`SimpleTextin`_ ``symfony/simple-textin-notifier`` ``simpletextin://API_KEY@default?from=FROM``
9192
`Sinch`_ ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
9293
`Sms77`_ ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
@@ -115,6 +116,11 @@ Service Package DSN
115116

116117
The `SmsSluzba`_ integration was introduced in Symfony 7.1.
117118

119+
..deprecated::7.1
120+
121+
The `Sms77`_ integration is deprecated since
122+
Symfony 7.1, use the `Seven.io`_ integration instead.
123+
118124
To enable a texter, add the correct DSN in your ``.env`` file and
119125
configure the ``texter_transports``:
120126

@@ -1003,6 +1009,7 @@ is dispatched. Listeners receive a
10031009
.. _`RocketChat`:https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/RocketChat/README.md
10041010
.. _`SMSFactor`:https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsFactor/README.md
10051011
.. _`Sendberry`:https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sendberry/README.md
1012+
.. _`Seven.io`:https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sevenio/README.md
10061013
.. _`SimpleTextin`:https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SimpleTextin/README.md
10071014
.. _`Sinch`:https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
10081015
.. _`Slack`:https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp