@@ -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 ``
@@ -459,7 +460,7 @@ Service Package DSN
459
460
460
461
.. versionadded :: 6.4
461
462
462
- The Novu and Ntfy integrations were introduced in Symfony 6.4.
463
+ The Novu, Ntfy and GoIP integrations were introduced in Symfony 6.4.
463
464
464
465
To enable a texter, add the correct DSN in your ``.env `` file and
465
466
configure the ``texter_transports ``:
@@ -1006,6 +1007,7 @@ is dispatched. Listeners receive a
1006
1007
.. _`FreeMobile` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md
1007
1008
.. _`GatewayApi` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md
1008
1009
.. _`Gitter` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Gitter/README.md
1010
+ .. _`GoIP` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GoIP/README.md
1009
1011
.. _`GoogleChat` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GoogleChat/README.md
1010
1012
.. _`Infobip` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Infobip/README.md
1011
1013
.. _`Iqsms` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Iqsms/README.md
0 commit comments