Skip to content

Commit 2292980

Browse files
Add packagist badge
1 parent 27fecfe commit 2292980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Random string generator for PHP
22

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/stfn/php-random-string.svg?style=flat-square)](https://packagist.org/packages/stfn/php-random-string)
34
[![Tests](https://img.shields.io/github/actions/workflow/status/stfndamjanovic/php-random-string/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/stfndamjanovic/php-random-string/actions/workflows/run-tests.yml)
45

56
This package can be used to generate a random string based on your set of characters or predefined ones. You can configure string length, prefix, suffix, and count of strings, or skip some strings under certain conditions...

0 commit comments

Comments
 (0)