-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add GoIP bridge #51349
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
[Notifier] Add GoIP bridge #51349
Conversation
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.
Thanks for providing this new bridge. I would love to see a PR against symfony/symfony-docs and symfony/recipes 👍
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GoIP/GoIPTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GoIP/GoIPTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GoIP/GoIPTransportFactory.php
Outdated
Show resolved
Hide resolved
@ahmedghanem00 Can you rebase to get rid of the merge commit? |
e9d2d40
to
8075d08
Compare
@fabpot I think this is done now |
Thank you @ahmedghanem00. |
8075d08
to
066d0f8
Compare
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Notifier] Add GoIP bridge | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | | License | MIT | Doc PR | symfony/symfony-docs#18742 | Recipes | symfony/recipes#1233 GoIP is a GSM Gateway/SIM-Hub that provides the ability to send SMS messages over the network. I think it would be useful to add an integration for it with the Symfony Notifier Commits ------- 066d0f8 [Notifier] Add GoIP bridge
@fabpot Thanks, Just a small wondering about why the status of the PR is closed instead of merged like others 😆 |
That’s a race condition in the order of the API calls. No worries, it was merged like any other PR. |
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] Add GoIP bridge To follow-up with symfony/symfony#51349 Commits ------- 96ebe06 [Notifier] Add GoIP bridge
GoIP is a GSM Gateway/SIM-Hub that provides the ability to send SMS messages over the network. I think it would be useful to add an integration for it with the Symfony Notifier