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 Sms77 Bridge#15840

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

Closed
matthiez wants to merge1 commit intosymfony:5.4fromseven-io:5.4
Closed
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
9 changes: 5 additions & 4 deletionsnotifier.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -74,6 +74,7 @@ Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@defau
Octopush ``symfony/octopush-notifier`` ``octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE``
OvhCloud ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
Sms77 ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
SmsBiuras ``symfony/sms-biuras-notifier`` ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0``
Expand All@@ -100,7 +101,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default

.. versionadded:: 5.4

The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet andFakeSms (logger) integrations
The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet,FakeSms (logger) and Sms77 integrations
were introduced in Symfony 5.4.

To enable a texter, add the correct DSN in your ``.env`` file and
Expand DownExpand Up@@ -653,9 +654,9 @@ all configured texter and chatter transports only in the ``dev`` (and/or
slack: 'null://null'

.. TODO
- Using the message bus for asynchronous notification
- Describe notifier monolog handler
- Describe notification_on_failed_messages integration
- Using the message bus for asynchronous notification
- Describe notifier monolog handler
- Describe notification_on_failed_messages integration

Learn more
----------
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp