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
Fabien Potencier 5e02d86074 Fix CS
2020-08-07 10:44:47 +02:00
..
Bridge [Notifier] Add Google Chat bridge 2020-08-07 08:31:44 +02:00
Channel [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
DataCollector [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Event [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
EventListener [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Exception [Notifier] Add Google Chat bridge 2020-08-07 08:31:44 +02:00
Message [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
Messenger [Notifier] Return SentMessage from the Notifier message handler 2020-06-24 08:23:54 +02:00
Notification [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
Recipient [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
Tests Fix CS 2020-08-07 10:44:47 +02:00
Transport [Notifier] Fix SentMessage implementation 2020-08-06 06:53:52 +02: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 [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
Chatter.php [Notifier] Fix SentMessage implementation 2020-08-06 06:53:52 +02:00
ChatterInterface.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
composer.json [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
LICENSE Update year in license files 2020-01-01 15:53:07 +01:00
Notifier.php [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
NotifierInterface.php [Notifier] Change notifier recipient handling 2020-08-07 10:43:53 +02:00
phpunit.xml.dist [Notifier] added the component 2019-10-05 12:48:03 +02:00
README.md [Notifier] added the component 2019-10-05 12:48:03 +02:00
Texter.php [Notifier] Fix SentMessage implementation 2020-08-06 06:53:52 +02:00
TexterInterface.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Transport.php Adds Zulip notifier bridge 2020-08-06 08:16:18 +02: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