Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarjovanLier committed Jan 9, 2024
1 parent ef729df commit 58f75ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit 58f75ca

Please sign in to comment.