File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -453,11 +453,16 @@ Service Package DSN
453
453
`OneSignal `_ ``symfony/one-signal-notifier `` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID ``
454
454
`PagerDuty `_ ``symfony/pager-duty-notifier `` ``pagerduty://TOKEN@SUBDOMAIN ``
455
455
`Pushover `_ ``symfony/pushover-notifier `` ``pushover://USER_KEY:APP_TOKEN@default ``
456
+ `Pushy `_ ``symfony/pushy-notifier `` ``pushy://API_KEY@default ``
456
457
=============== ==================================== ==============================================================================
457
458
458
459
To enable a texter, add the correct DSN in your ``.env `` file and
459
460
configure the ``texter_transports ``:
460
461
462
+ .. versionadded :: 7.1
463
+
464
+ The `Pushy `_ integration was introduced in Symfony 7.1.
465
+
461
466
.. code-block :: bash
462
467
463
468
# .env
@@ -1019,6 +1024,7 @@ is dispatched. Listeners receive a
1019
1024
.. _`PagerDuty` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/PagerDuty/README.md
1020
1025
.. _`Plivo` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Plivo/README.md
1021
1026
.. _`Pushover` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Pushover/README.md
1027
+ .. _`Pushy` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Pushy/README.md
1022
1028
.. _`Redlink` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Redlink/README.md
1023
1029
.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
1024
1030
.. _`RingCentral` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/RingCentral/README.md
You can’t perform that action at this time.
0 commit comments