Skip to content

Sending a message to multiple devices - Symfony 3.4/PHP 7.4 #887

Closed Answered by jeromegamez
AtomicSteve asked this question in Q&A
Discussion options

You must be logged in to vote

Using the SDK directly instead of the bundle would be my recommendation as well - the bundle is just a very thin wrapper that you could integrate into your project.

As for the performance: once the legacy API is shut down and you migrate to sending the messages individually anyway, you could push the sends as individual jobs to a queue, this should improve performance by a lot.

Going with version 6.x would have the benefit of having a chance to receive an update with backported support of the HTTP V1 API with much better performance for batched messages: @kevinvanmierlo has brought up that there's a chance he/his company might sponsor this feature and the project itself in #804 - but don'…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AtomicSteve
Comment options

Answer selected by AtomicSteve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants