sms-counter-php icon indicating copy to clipboard operation
sms-counter-php copied to clipboard

SMS Counter and sanitize tools

Results 7 sms-counter-php issues
Sort by recently updated
recently updated
newest added

- Standardize newline characters to `\n` across different platforms. - Improve SMS character count accuracy. ## Overview This PR introduces a small but crucial change to the `count` function in...

First of all, thank you for publishing this library! It is helpful for handling SMS text content. We created a fork and made some updates as a result of upgrading...

**Describe the bug** `PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated` (line 366 and 479). https://github.com/instasent/sms-counter-php/blob/a0f017d6fa776a33e18a4e36257fb5d6453897ef/SMSCounter.php#L366 https://github.com/instasent/sms-counter-php/blob/a0f017d6fa776a33e18a4e36257fb5d6453897ef/SMSCounter.php#L479 **To reproduce** Run the library on PHP8,...

Characters é and É are missing from the LATIN 1 charset. Thanks for the awesome library!

When using this library with a dependency constraint in composer such as `^0.4.1`, newer versions such as `0.5.0` do not match this constraint (unlike a constraint such as `^1.4.1` and...