Skip to content

Commit 99e7f64

Browse files
committed
[Notifier] Added a placeholder article for the component docs
1 parent d2f5469 commit 99e7f64

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

components/notifier.rst

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. index::
2+
single: Notifier
3+
single: Notifications
4+
single: Components; Notifier
5+
6+
The Notifier Component
7+
======================
8+
9+
The Notifier component sends notifications via one or more channels
10+
(email, SMS, Slack, ...).
11+
12+
.. versionadded:: 5.0
13+
14+
The String component was introduced in Symfony 5.0 as an
15+
:doc:`experimental feature </contributing/code/experimental>`.
16+
17+
Installation
18+
------------
19+
20+
.. code-block:: terminal
21+
22+
$ composer require symfony/notifier
23+
24+
.. include:: /components/require_autoload.rst.inc
25+
26+
27+
Usage
28+
-----
29+
30+
.. caution::
31+
32+
We're still working on the docs of this component. Check this page again
33+
in a few days.

0 commit comments

Comments
 (0)