yerey / random
Generates random string
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yerey/random
README
Features
- Creates random string.
Installation
$ composer require yerey/random
Usage
<?php require_once 'vendor/autoload'; use Random\Random; ?>
Example
<?php require_once '/vendor/autoload.php'; use Random\Random; $random = new Random(); echo $random->create(); ?>
Functions
| Function name | Description |
|---|---|
create() |
Creates random string |