Skip to content
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
5 changes: 5 additions & 0 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
SmsBiuras ``symfony/sms-biuras-notifier`` ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0``
Smsc ``symfony/smsc-notifier`` ``smsc://LOGIN:PASSWORD@default?from=FROM``
SMSFactor ``symfony/sms-factor-notifier`` ``sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE``
SpotHit ``symfony/spot-hit-notifier`` ``spothit://TOKEN@default?from=FROM``
Telnyx ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID``
TurboSms ``symfony/turbo-sms-notifier`` ``turbosms://AUTH_TOKEN@default?from=FROM``
Expand All @@ -97,6 +98,10 @@ Vonage ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@defa
Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default``
============== ==================================== ===========================================================================

.. versionadded:: 6.2

The SMSFactor integration was introduced in Symfony 6.2.

.. versionadded:: 6.1

The 46elks, OrangeSms, KazInfoTeh and Sendberry integrations were introduced in Symfony 6.1.
Expand Down