File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Service Package DSN
656546elks ``symfony/forty-six-elks-notifier `` ``forty-six-elks://API_USERNAME:API_PASSWORD@default?from=FROM ``
6666AllMySms ``symfony/all-my-sms-notifier `` ``allmysms://LOGIN:APIKEY@default?from=FROM ``
6767AmazonSns ``symfony/amazon-sns-notifier `` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION ``
68+ Bandwidth ``symfony/bandwidth-notifier `` ``bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY ``
6869Clickatell ``symfony/clickatell-notifier `` ``clickatell://ACCESS_TOKEN@default?from=FROM ``
6970ContactEveryone ``symfony/contact-everyone-notifier `` ``contact-everyone://TOKEN@default?&diffusionname=DIFFUSION_NAME&category=CATEGORY ``
7071Esendex ``symfony/esendex-notifier `` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM ``
@@ -109,6 +110,10 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau
109110
110111 The ContactEveryone and SMSFactor integrations were introduced in Symfony 6.2.
111112
113+ .. versionadded :: 6.3
114+
115+ The Bandwidth integration was introduced in Symfony 6.3.
116+
112117To enable a texter, add the correct DSN in your ``.env `` file and
113118configure the ``texter_transports ``:
114119
@@ -729,7 +734,7 @@ typical alert levels, which you can implement immediately using:
729734
730735 # config/services.yaml
731736 services :
732- notifier.flash_message_importance_mapper :
737+ notifier.flash_message_importance_mapper :
733738 class : Symfony\Component\Notifier\FlashMessage\BootstrapFlashMessageImportanceMapper
734739
735740 .. code-block :: xml
You can’t perform that action at this time.
0 commit comments