This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Notifier
Christian Flothmann 53ae8c299d fix typo
2021-02-05 09:21:08 +01:00
..
Bridge fix typo 2021-02-05 09:21:08 +01:00
Channel Fix @experimental annotations 2020-12-05 07:51:44 +01:00
DataCollector Fix @experimental annotations 2020-12-05 07:51:44 +01:00
Event Fix @experimental annotations 2020-12-05 07:51:44 +01:00
EventListener Fix @experimental annotations 2020-12-05 07:51:44 +01:00
Exception Merge branch '5.1' into 5.2 2020-12-16 08:59:53 +01:00
Message Merge branch '5.1' into 5.2 2021-01-14 16:42:36 +01:00
Messenger Fix @experimental annotations 2020-12-05 07:51:44 +01:00
Notification Fix @experimental annotations 2020-12-05 07:51:44 +01:00
Recipient Fix @experimental annotations 2020-12-05 07:51:44 +01:00
Tests fix code style 2021-01-05 20:37:17 +01:00
Transport Merge branch '5.1' into 5.2 2020-12-18 08:27:35 +01:00
.gitattributes Merge branch '4.4' into 5.0 2020-03-27 17:56:45 +01:00
.gitignore [Notifier] added the component 2019-10-05 12:48:03 +02:00
CHANGELOG.md Merge branch '5.1' into 5.2 2021-01-07 15:52:12 +01:00
Chatter.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00
ChatterInterface.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00
composer.json Merge branch '5.1' into 5.2 2021-01-10 17:38:27 +01:00
LICENSE Bump license year 2021-01-01 10:26:30 +01:00
Notifier.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00
NotifierInterface.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00
phpunit.xml.dist [Notifier] added the component 2019-10-05 12:48:03 +02:00
README.md Update README.md 2020-12-03 21:59:39 +01:00
Texter.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00
TexterInterface.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00
Transport.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00

Notifier Component

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

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources