8000 [Notifier] [MessageMedia] add docs by vuphuong87 · Pull Request #15366 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Notifier] [MessageMedia] add docs #15366

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2021
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
[Notifier] [MessageMedia] add docs
  • Loading branch information
vuphuong87 authored and OskarStark committed Jul 2, 2021
commit 1b5fd8c51dc0cbb017ed38f26e5bb7d3502eee98
5 changes: 5 additions & 0 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Infobip ``symfony/infobip-notifier`` ``infobip://AUTH_TOKEN@HOS
Iqsms ``symfony/iqsms-notifier`` ``iqsms://LOGIN:PASSWORD@default?from=FROM``
LightSms ``symfony/light-sms-notifier`` ``lightsms://LOGIN:TOKEN@default?from=PHONE``
MessageBird ``symfony/message-bird-notifier`` ``messagebird://TOKEN@default?from=FROM``
MessageMedia ``symfony/message-media-notifier`` ``messagemedia://API_KEY:API_SECRET@default?from=FROM``
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
Octopush ``symfony/octopush-notifier`` ``octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE``
Expand All @@ -91,6 +92,10 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@defau
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms, LightSms, SmsBiuras
and MessageBird integrations were introduced in Symfony 5.3.

.. versionadded:: 5.4

The MessageMedia integration was introduced in Symfony 5.4.

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

Expand Down
0