franzose / laravel-smpp

Sending SMS via the SMPP protocol using the Laravel framework
MIT License
37 stars 32 forks source link

Progress bar #15

Open TerryBessalla opened 3 years ago

TerryBessalla commented 3 years ago

how can we create a progress bar with this package

franzose commented 3 years ago

Hi, @TerryBessalla. I don't get why you want a progress bar. This library is about sending SMS messages :)

TerryBessalla commented 3 years ago

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

franzose commented 3 years ago

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.