@@ -69,6 +69,7 @@ Service Package DSN
69
69
`FakeSms `_ ``symfony/fake-sms-notifier `` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM `` or ``fakesms+logger://default ``
70
70
`FreeMobile `_ ``symfony/free-mobile-notifier `` ``freemobile://LOGIN:API_KEY@default?phone=PHONE ``
71
71
`GatewayApi `_ ``symfony/gateway-api-notifier `` ``gatewayapi://TOKEN@default?from=FROM ``
72
+ `GoIP `_ ``symfony/goip-notifier `` ``goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT ``
72
73
`Infobip `_ ``symfony/infobip-notifier `` ``infobip://AUTH_TOKEN@HOST?from=FROM ``
73
74
`Iqsms `_ ``symfony/iqsms-notifier `` ``iqsms://LOGIN:PASSWORD@default?from=FROM ``
74
75
`iSendPro `_ ``symfony/isendpro-notifier `` ``isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX ``
@@ -465,7 +466,7 @@ Service Package DSN
465
466
466
467
.. versionadded :: 6.4
467
468
468
- The Novu and Ntfy integrations were introduced in Symfony 6.4.
469
+ The Novu, Ntfy and GoIP integrations were introduced in Symfony 6.4.
469
470
470
471
To enable a texter, add the correct DSN in your ``.env `` file and
471
472
configure the ``texter_transports ``:
@@ -1012,6 +1013,7 @@ is dispatched. Listeners receive a
1012
1013
.. _`FreeMobile` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md
1013
1014
.. _`GatewayApi` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md
1014
1015
.. _`Gitter` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Gitter/README.md
1016
+ .. _`GoIP` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GoIP/README.md
1015
1017
.. _`GoogleChat` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GoogleChat/README.md
1016
1018
.. _`Infobip` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Infobip/README.md
1017
1019
.. _`Iqsms` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Iqsms/README.md
0 commit comments