From 58f75cacd93262e95935668d3c952332b767eafc Mon Sep 17 00:00:00 2001 From: Marjo van Lier Date: Tue, 9 Jan 2024 15:11:20 +0100 Subject: [PATCH] Add badges to README Added information-rich badges to the README.md file. The new badges provide quick insights about various aspects of the PHP library including Packagist version, download count, license, PHP version compatibility, latest stable version, and enabled development tools. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. +