diff --git a/README.md b/README.md index de90039..28c6f29 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ This is a PHP library that provides various string manipulation utilities. It is designed to be easy to use and efficient, making it ideal for any PHP project that requires string manipulation. +[![Packagist Version](https://img.shields.io/packagist/v/marjovanlier/stringmanipulation)](https://packagist.org/packages/marjovanlier/stringmanipulation) +[![Packagist Downloads](https://img.shields.io/packagist/dt/marjovanlier/stringmanipulation)](https://packagist.org/packages/marjovanlier/stringmanipulation) +[![Packagist License](https://img.shields.io/packagist/l/marjovanlier/stringmanipulation)](https://choosealicense.com/licenses/mit/) +[![PHP from Packagist](https://img.shields.io/packagist/php-v/marjovanlier/stringmanipulation)](https://packagist.org/packages/marjovanlier/stringmanipulation) +[![Latest Stable](https://poser.pugx.org/marjovanlier/stringmanipulation/v/stable)](https://packagist.org/packages/marjovanlier/stringmanipulation) +[![PHPStan Enabled](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://phpstan.org/) +[![Phan Enabled](https://img.shields.io/badge/Phan-enabled-brightgreen.svg?style=flat)](https://github.com/phan/phan/) +[![Psalm Enabled](https://img.shields.io/badge/Psalm-enabled-brightgreen.svg?style=flat)](https://psalm.dev/) + ## Features - **Search Words**: Transforms a string into a format suitable for database searching. @@ -70,3 +79,4 @@ echo $ansiString; // Outputs: 'Äpfel' in ANSI format ## Support For support, issues, or questions, please open an issue on the GitHub repository. +