diff --git a/README.md b/README.md index f8139ae..63b0c3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # `mb_trim`, `mb_ltrim`, and `mb_rtrim` polyfills +[![Latest Stable Version](http://poser.pugx.org/phpwatch/mb-trim-polyfill/v)](https://packagist.org/packages/phpwatch/mb-trim-polyfill) [![License](http://poser.pugx.org/phpwatch/mb-trim-polyfill/license)](https://packagist.org/packages/phpwatch/mb-trim-polyfill) [![PHP Version Require](http://poser.pugx.org/phpwatch/mb-trim-polyfill/require/php)](https://packagist.org/packages/phpwatch/mb-trim-polyfill) + Provides user-land PHP polyfills for the [`mb_trim`, `mb_ltrim`, and `mb_rtrim` functions added in PHP 8.4](https://php.watch/versions/8.4/mb_trim-mb_ltrim-mb_rtrim). Requires PHP 8,1, 8.2 or PHP 8.3 with `mbstring` extension. Not supported on PHP 8.4 because these functions are natively implemented in PHP 8.4.