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
Nicolas Grekas c82567b02f Merge branch '5.2' into 5.x
* 5.2:
  Fix EncoderInterface::encode() return type
  [Lock] Prevent store exception break combined store
  Remove check for unsupported PHP version
  [Notifier] Rename test method names
  Fix missing kernel.build_dir on cache clear
  [Notifier][Discord] Fix exception message + test
2020-12-14 12:03:42 +01:00
..
Bridge Merge branch '5.2' into 5.x 2020-12-14 12:03:42 +01:00
Channel Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
DataCollector Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
Event Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
EventListener Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
Exception Merge branch '5.2' into 5.x 2020-12-14 08:03:34 +01:00
Message Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
Messenger Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
Notification Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
Recipient Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
Tests [Notifier] Add unit tests for NullMessage, NullTransport and NullTransportFactory 2020-11-03 00:54:11 +01:00
Transport [Notifier] [DX] UnsupportedMessageTypeException for notifier transports 2020-12-11 21:39:36 +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 Fix CS in Changelogs in 5.2 2020-12-10 21:03:43 +01:00
Chatter.php Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
ChatterInterface.php Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01: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 Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
NotifierInterface.php Move @experimental annotations to 5.3 2020-12-05 08:36:41 +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 Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
TexterInterface.php Move @experimental annotations to 5.3 2020-12-05 08:36:41 +01:00
Transport.php Move @experimental annotations to 5.3 2020-12-05 08:36:41 +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