Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

notifier.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

Notifier

Current web applications use many different channels to send messages to the users (e.g. SMS, Slack messages, emails, push notifications, etc.). The Notifier component in Symfony is an abstraction on top of all these channels.

composer require symfony/notifier