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 71591dfd38 Merge branch '5.1' into 5.2
* 5.1:
  Add missing entries in .gitattributes
  Update README.md
2020-12-05 08:33:16 +01:00
..
Bridge Merge branch '5.1' into 5.2 2020-12-05 08:33:16 +01: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 [Notifier] Add unit tests for NullMessage, NullTransport and NullTransportFactory 2020-11-03 00:54:11 +01:00
Transport Introduce NullMessage and remove transport setter in MessageInterface 2020-10-07 22:09:56 +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 add missing upgrade entries and fixed changelog 2020-10-23 15:33:06 +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] Add unit tests for NullMessage, NullTransport and NullTransportFactory 2020-11-03 00:54:11 +01: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 Update README.md 2020-12-03 21:59:39 +01: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 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