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-12-10 21:03:43 +01:00
..
Bridge Fix CS in Changelogs in 5.2 2020-12-10 21:03:43 +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-09 19:54:12 +01:00
Message Fix @experimental annotations 2020-12-05 07:51:44 +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 [Notifier] Add unit tests for NullMessage, NullTransport and NullTransportFactory 2020-11-03 00:54:11 +01:00
Transport Fix @experimental annotations 2020-12-05 07:51:44 +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 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 [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 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