An open API service indexing awesome lists of open source software.

https://github.com/sn01615/rand-string


https://github.com/sn01615/rand-string

random-string

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# RandString

## Install
```
composer require sn01615/rand-string
```

### Usage
```php
use PhpUtils\RandString;

echo RandString::getRandString(32);
```