-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add AllMySms Bridge #39617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@OskarStark bridge added ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow perfect 🤩 just 2 minor comments
src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php
Outdated
Show resolved
Hide resolved
Could you please add it to the documentation + add a recipe? 😎 |
src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransportFactory.php
Outdated
Show resolved
Hide resolved
Yes of course! Where to add the documentation? in https://github.com/symfony/symfony-docs? |
Yes you can search for other bridges, there is an open PR for GatewayAPI bridge, your should be the same, same for recipe in Symfony/recipes |
src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportFactoryTest.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportTest.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportFactoryTest.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go afterwards 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
Thank you Quentin. |
Add AllMySms bridge to Symfony Notifier