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
2020-10-12 20:08:13 +02:00
..
Bridge Fix composer.json 2020-10-12 20:08:13 +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 Add Discord bridge notifier 2020-10-12 20:07:15 +02:00
Message Introduce NullMessage and remove transport setter in MessageInterface 2020-10-07 22:09:56 +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 Add Dsn test case 2020-09-27 14:45:53 +02:00
Transport Introduce NullMessage and remove transport setter in MessageInterface 2020-10-07 22:09:56 +02:00
.gitattributes
.gitignore
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 Merge branch '5.1' into 5.x 2020-10-06 17:53:16 +02:00
LICENSE
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
README.md
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 Add Discord bridge notifier 2020-10-12 20:07:15 +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