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 60e969e01e fix merge
2020-10-24 14:03:25 +02:00
..
Bridge Merge branch '4.4' into 5.1 2020-10-24 14:01:57 +02:00
Channel [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +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 Fix package rename when releasing 2020-06-16 18:25:20 +01:00
Message [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Messenger [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Notification [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Recipient [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Tests/Channel [Notifier] Add tests for AbstractChannel and ChannelPolicy 2020-03-08 10:15:54 +01:00
Transport [Notifier] Throw an exception when the Slack DSN is not valid 2020-04-21 15:15:11 +02:00
.gitattributes Merge branch '4.4' into 5.0 2020-03-27 17:56:45 +01:00
.gitignore
CHANGELOG.md Add Mattermost notifier bridge 2020-02-10 10:04:31 +01:00
Chatter.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
ChatterInterface.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
composer.json fix merge 2020-10-24 14:03:25 +02:00
LICENSE Update year in license files 2020-01-01 15:53:07 +01:00
Notifier.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
NotifierInterface.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
phpunit.xml.dist
README.md
Texter.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
TexterInterface.php [Notifier] Mark the component as experimental in 5.1 2020-04-21 13:50:35 +02:00
Transport.php feature #35690 [Notifier] Add Free Mobile notifier (noniagriconomie) 2020-04-21 15:13:45 +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