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 8ea7c26326 Merge branch '5.0'
* 5.0: (27 commits)
  Fix versions
  [Security/Http] Allow setting cookie security settings for delete_cookies
  [DI] fix generating TypedReference from PriorityTaggedServiceTrait
  [FrameworkBundle] revert to legacy wiring of the session when circular refs are detected
  bumped Symfony version to 3.4.40
  updated VERSION for 3.4.39
  update CONTRIBUTORS for 3.4.39
  updated CHANGELOG for 3.4.39
  [DomCrawler] Fix BC break in assertions breaking Panther
  [BrowserKit] fixed missing post request parameters in file uploads
  update Italian translation
  [Validator] Add missing Hungarian translations
  [Validator] Add the missing translations for the Arabic (ar) locale
  [Validator] Add missing vietnamese translations
  [Console] Fix OutputStream for PHP 7.4
  add missing gitattributes for phpunit-bridge
  add German translations
  Bump Symfony version to 5.0.7
  Update VERSION for 5.0.6
  Update CHANGELOG for 5.0.6
  ...
2020-03-30 13:43:41 +02:00
..
Bridge Merge branch '5.0' 2020-03-30 13:43:41 +02:00
Channel Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
DataCollector Remove \Throwable support deprecation layer 2019-11-08 10:00:49 +01:00
Event [Notifier] added the component 2019-10-05 12:48:03 +02:00
EventListener [Notifier] added the component 2019-10-05 12:48:03 +02:00
Exception [Notifier] added Sinch texter transport 2020-02-17 17:10:29 +01:00
Message Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
Messenger [Notifier] added the component 2019-10-05 12:48:03 +02:00
Notification Last cleanups before beta 2019-11-12 12:24:05 +01:00
Recipient Last cleanups before beta 2019-11-12 12:24:05 +01:00
Tests/Channel [Notifier] Add tests for AbstractChannel and ChannelPolicy 2020-03-08 10:15:54 +01:00
Transport Merge branch '5.0' 2020-02-25 15:29:12 +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 Add Mattermost notifier bridge 2020-02-10 10:04:31 +01:00
Chatter.php [EventDispatcher] Deprecate LegacyEventDispatcherProxy. 2019-12-15 23:54:05 +01:00
ChatterInterface.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
composer.json Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
LICENSE Update year in license files 2020-01-01 15:53:07 +01:00
Notifier.php [Notifier] Defaults to NoNotifier when sending a notification without recipients 2019-10-24 14:02:09 +02:00
NotifierInterface.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
phpunit.xml.dist [Notifier] added the component 2019-10-05 12:48:03 +02:00
README.md [Notifier] added the component 2019-10-05 12:48:03 +02:00
Texter.php [EventDispatcher] Deprecate LegacyEventDispatcherProxy. 2019-12-15 23:54:05 +01:00
TexterInterface.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
Transport.php [Notifier] added Sinch texter transport 2020-02-17 17:10:29 +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