The Notifier component was introduced in Symfony 5.2 as the best way to send notifications via one or more channels (email, SMS, chats, etc.) The component is already integrated with dozens of services, but in Symfony 5.3 we’ve added many more integrations: Chatting services
Microsoft Teams added by Edouard Lescot in PR 39007 Gitter added by Christin Gruber in PR 39838 Mercure added by Mathias Arlaud in PR 39342
SMS services
SMS Biuras added by Vasilij Duško in PR 40691 LightSMS added by Vasilij Duško in PR 40607 iqsms added by Oleksandr B. in PR 39096 AllMySMS added by Quentin Dequippe in PR 39617 MessageBird added by Vasilij Duško in PR 40646 Spot-Hit added by James Hemery in PR 39948 Octopush added by Aurélien Martin in PR 39702 GatewayAPI added by Piergiuseppe Longo in PR 39568 Clickatell added by Kevin Auvinet in PR 38922
Other We’ve also added some fake SMS and chat services so you can use them to debug features while developing them:
FakeSms added by James Hemery in PR 39949 FakeChat added by Oskar Stark in PR 40647
Sponsor the Symfony project.
http://feedproxy.google.com/~r/symfony/blog/~3/vwzxK2KGt7U/new-in-symfony-5-3-notifier-integrations
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup

Symfony's bridge packages integrate third-party services, such as mailers, notifiers, and translation providers, into Symfony applications. With more than 120 bridges available today, Symfony supports

Symfony Messenger component keeps evolving to meet the needs of complex, modern applications. In Symfony 7.3, we're introducing several powerful features to it.
Run Process Using the Shell… https://s

The Routing component provides an impressive list of features to map incoming URLs to your application code. Symfony 7.3 pushes it even further with a set of new features that improve developer experi

Contributed by Mathias Arlaud in

Affected versions
Symfony UX symfony/ux-live-component and symfony/ux-twig-component versions <2.25.1 are affected by this security issue.
The issue has been fixed in the 2.25.1 version of these

Symfony has been reducing the need for configuration in applications for several years now. Thanks to PHP attributes, you can now configure most things alongside the relevant code, removing the need f

This week, development activity focused on polishing Symfony 7.3 ahead of its final release in two weeks. We also continued publishing articles highlighting the new features of Symfony 7.3 and shared