https://github.com/sn01615/rand-string
https://github.com/sn01615/rand-string
random-string
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sn01615/rand-string
- Owner: sn01615
- License: mit
- Created: 2017-09-05T10:35:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T17:40:46.000Z (almost 7 years ago)
- Last Synced: 2025-08-19T17:01:23.264Z (7 months ago)
- Topics: random-string
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RandString
## Install
```
composer require sn01615/rand-string
```
### Usage
```php
use PhpUtils\RandString;
echo RandString::getRandString(32);
```