Skip to content

[Notifier] Remove the Sms77 Notifier bridge #21110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions notifier.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Creating and Sending Notifications

Check failure on line 1 in notifier.rst

GitHub Actions / Lint (DOCtor-RST)

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

Installation
@@ -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
@@ -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``:

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

.. deprecated:: 7.2

Check failure on line 382 in notifier.rst

GitHub Actions / Lint (DOCtor-RST)

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

Check failure on line 382 in notifier.rst

GitHub 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.
@@ -1290,7 +1282,6 @@
.. _`Sinch`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
.. _`Sipgate`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
.. _`Slack`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
.. _`Sms77`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
.. _`SmsBiuras`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md
.. _`Smsbox`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsbox/README.md
.. _`Smsapi`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsapi/README.md

Unchanged files with check annotations Beta

];
}
.. deprecated:: 7.1

Check failure on line 305 in service_container/service_subscribers_locators.rst

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "7.1". Only major version "8" is allowed.
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
$ php bin/console debug:container App\Service\Mailer
.. deprecated:: 7.3

Check failure on line 55 in service_container/debug.rst

GitHub Actions / Lint (DOCtor-RST)

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

Check failure on line 55 in service_container/debug.rst

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "7.3". Only major version "8" is allowed.
Starting in Symfony 7.3, this command displays the service arguments by default.
In earlier Symfony versions, you needed to use the ``--show-arguments`` option,
The JsonPath Component
======================
.. versionadded:: 7.3

Check failure on line 4 in components/json_path.rst

GitHub Actions / Lint (DOCtor-RST)

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

Check failure on line 4 in components/json_path.rst

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "7.3". Only major version "8" is allowed.
The JsonPath component was introduced in Symfony 7.3 as an
:doc:`experimental feature </contributing/code/experimental>`.
Couchbase Bucket Cache Adapter
==============================
.. deprecated:: 7.1

Check failure on line 4 in components/cache/adapters/couchbasebucket_adapter.rst

GitHub Actions / Lint (DOCtor-RST)

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

Check failure on line 4 in components/cache/adapters/couchbasebucket_adapter.rst

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "7.1". Only major version "8" is allowed.
The ``CouchbaseBucketAdapter`` is deprecated since Symfony 7.1, use the
:doc:`CouchbaseCollectionAdapter </components/cache/adapters/couchbasecollection_adapter>`