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 18:49:11 +01:00
..
Bridge [Notifier][OvhCloud] Add tests 2020-12-10 18:49:11 +01: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 [Notifier] Only use sprintf instead of sprintf and string concat 2020-12-09 19:30:29 +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
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 Update README.md 2020-12-03 21:59:39 +01:00
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