File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Infobip ``symfony/infobip-notifier`` ``infobip://ACCESS_TOKEN@HOST?from
62
62
Iqsms ``symfony/iqsms-notifier `` ``iqsms://LOGIN:PASSWORD@default?from=FROM ``
63
63
Mobyt ``symfony/mobyt-notifier `` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM ``
64
64
Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
65
+ Octopush ``symfony/octopush-notifier `` ``octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE ``
65
66
OvhCloud ``symfony/ovh-cloud-notifier `` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME ``
66
67
Sendinblue ``symfony/sendinblue-notifier `` ``sendinblue://API_KEY@default?sender=PHONE ``
67
68
Sinch ``symfony/sinch-notifier `` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM ``
@@ -79,7 +80,7 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
79
80
80
81
.. versionadded :: 5.3
81
82
82
- The Iqsms integration was introduced in Symfony 5.3.
83
+ The Iqsms and Octopush integrations were introduced in Symfony 5.3.
83
84
84
85
To enable a texter, add the correct DSN in your ``.env `` file and
85
86
configure the ``texter_transports ``:
You can’t perform that action at this time.
0 commit comments