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

[Notifier] Add AmazonSns Bridge#15486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
OskarStark merged 1 commit intosymfony:5.4fromadrien-chinour:5.4
Jul 25, 2021
Merged
Changes fromall 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
8 changes: 7 additions & 1 deletionnotifier.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,6 +57,7 @@ with a couple popular SMS services:
Service Package DSN
============== ==================================== ===========================================================================
AllMySms ``symfony/allmysms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
Clickatell ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
FakeSms ``symfony/fake-sms-notifier`` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM``
Expand DownExpand Up@@ -96,7 +97,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default

.. versionadded:: 5.4

The MessageMedia, SmscandYunpian integrations were introduced in Symfony 5.4.
The MessageMedia, Smsc, YunpianandAmazonSns integrations were introduced in Symfony 5.4.

To enable a texter, add the correct DSN in your ``.env`` file and
configure the ``texter_transports``:
Expand DownExpand Up@@ -161,6 +162,7 @@ integration with these chat services:
============== ==================================== ===========================================================================
Service Package DSN
============== ==================================== ===========================================================================
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?webhook_id=ID``
FakeChat ``symfony/fake-chat-notifier`` ``fakechat+email://default?to=TO&from=FROM``
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
Expand DownExpand Up@@ -191,6 +193,10 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST

The Gitter, Mercure, FakeChat and Microsoft Teams integrations were introduced in Symfony 5.3.

.. versionadded:: 5.4

The AmazonSns integration was introduced in Symfony 5.4.

Chatters are configured using the ``chatter_transports`` setting:

.. code-block:: bash
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp