laravel-smpp
laravel-smpp copied to clipboard
Progress bar
how can we create a progress bar with this package
Hi, @TerryBessalla. I don't get why you want a progress bar. This library is about sending SMS messages :)
how to know if all the messages were sent during a smsbulk for example. and i have another problem with the size of the message i am using UCS-2 encoding and when the msg_lenght> 254 the sms is not sent
how to know if all the messages were sent during a smsbulk for example.
Ah, I got it. Then I should think of firing an event so that clients could subscribe to it and implement desired handling.