8000 feature #18742 [Notifier] Add GoIP bridge (ahmedghanem00) · symfony/symfony-docs@fe9eefd · GitHub
[go: up one dir, main page]

Skip to content

Commit fe9eefd

Browse files
committed
feature #18742 [Notifier] Add GoIP bridge (ahmedghanem00)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] Add GoIP bridge To follow-up with symfony/symfony#51349 Commits ------- 96ebe06 [Notifier] Add GoIP bridge
2 parents e528ca9 + 96ebe06 commit fe9eefd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notifier.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Service Package DSN
6969
`FakeSms`_ ``symfony/fake-sms-notifier`` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM`` or ``fakesms+logger://default``
7070
`FreeMobile`_ ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:API_KEY@default?phone=PHONE``
7171
`GatewayApi`_ ``symfony/gateway-api-notifier`` ``gatewayapi://TOKEN@default?from=FROM``
72+
`GoIP`_ ``symfony/goip-notifier`` ``goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT``
7273
`Infobip`_ ``symfony/infobip-notifier`` ``infobip://AUTH_TOKEN@HOST?from=FROM``
7374
`Iqsms`_ ``symfony/iqsms-notifier`` ``iqsms://LOGIN:PASSWORD@default?from=FROM``
7475
`iSendPro`_ ``symfony/isendpro-notifier`` ``isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX``
@@ -465,7 +466,7 @@ Service Package DSN
465466

466467
.. versionadded:: 6.4
467468

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.
469470

470471
To enable a texter, add the correct DSN in your ``.env`` file and
471472
configure the ``texter_transports``:
@@ -1012,6 +1013,7 @@ is dispatched. Listeners receive a
10121013
.. _`FreeMobile`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md
10131014
.. _`GatewayApi`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md
10141015
.. _`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
10151017
.. _`GoogleChat`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/GoogleChat/README.md
10161018
.. _`Infobip`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Infobip/README.md
10171019
.. _`Iqsms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Iqsms/README.md

0 commit comments

Comments
 (0)
0