-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add Yunpian Notifier Bridge #42239
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
396b376
to
1b16cb3
Compare
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.
One minor
src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransportFactory.php
Outdated
Show resolved
Hide resolved
caaee22
to
e81ce2c
Compare
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 for this PR
I just had minors.
src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php
Outdated
Show resolved
Hide resolved
e81ce2c
to
f9f81de
Compare
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
Please create a recipe PR, thank you |
Thanks Mathieu for working on this feature, this is much appreciated. |
@OskarStark The recipe PR is open symfony/recipes#978 |
@welcoMattic You did a work job, awesome! |
This PR provides support for Yunpian in Notifier. Yunpian is a Chinese SMS provider.
I based this bridge on this repository https://github.com/siganushka/yunpian-notifier, I made some fixes, and add tests.
It only supports single SMS send. Yunpian provides a batch mode which I have never used.