Open
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
Creating and Sending Notifications

Check failure on line 1 in notifier.rst

View workflow job for this annotation

Actions / Lint (DOCtor-RST)

The following link definitions aren't used anymore and should be removed: "Seven.io"
==================================

Installation
Expand DownExpand Up@@ -155,9 +155,6 @@
`Sendinblue`_ **Install**: ``composer require symfony/sendinblue-notifier`` \
**DSN**: ``sendinblue://API_KEY@default?sender=PHONE`` \
**Webhook support**: No
`Sms77`_ **Install**: ``composer require symfony/sms77-notifier`` \
**DSN**: ``sms77://API_KEY@default?from=FROM`` \
**Webhook support**: No
`SimpleTextin`_ **Install**: ``composer require symfony/simple-textin-notifier`` \
**DSN**: ``simpletextin://API_KEY@default?from=FROM`` \
**Webhook support**: No
Expand DownExpand Up@@ -225,11 +222,6 @@
via webhooks. See the :doc:`Webhook documentation </webhook>` for more
details.

.. deprecated:: 7.1

The `Sms77`_ integration is deprecated since
Symfony 7.1, use the `Seven.io`_ integration instead.

To enable a texter, add the correct DSN in your ``.env`` file and
configure the ``texter_transports``:

Expand DownExpand Up@@ -387,7 +379,7 @@
**DSN**: ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
====================================== =====================================================================================

.. deprecated:: 7.2

Check failure on line 382 in notifier.rst

View workflow job for this annotation

Actions / Lint (DOCtor-RST)

Please only provide ".. deprecated::" if the version is greater/equal "8.0"

Check failure on line 382 in notifier.rst

View workflow job for this annotation

Actions / Lint (DOCtor-RST)

You are not allowed to use version "7.2". Only major version "8" is allowed.

The ``Gitter`` integration was removed in Symfony 7.2 because that service
no longer provides an API.
Expand DownExpand Up@@ -1290,7 +1282,6 @@
.. _`Sinch`: https://.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
.. _`Sipgate`: https://.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
.. _`Slack`: https://.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
.. _`Sms77`: https://.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
.. _`SmsBiuras`: https://.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md
.. _`Smsbox`: https://.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsbox/README.md
.. _`Smsapi`: https://.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsapi/README.md
Expand Down
Loading