Skip to content
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
33 changes: 33 additions & 0 deletions components/notifier.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. index::
single: Notifier
single: Notifications
single: Components; Notifier

The Notifier Component
======================

The Notifier component sends notifications via one or more channels
(email, SMS, Slack, ...).

.. versionadded:: 5.0

The String component was introduced in Symfony 5.0 as an
:doc:`experimental feature </contributing/code/experimental>`.

Installation
------------

.. code-block:: terminal

$ composer require symfony/notifier

.. include:: /components/require_autoload.rst.inc


Usage
-----

.. caution::

We're still working on the docs of this component. Check this page again
in a few days.