A handful of tools for PHP developers.
This library uses PHP 5.4+.
It is recommended that you install the Token library through composer. To do so, add the following lines to your composer.json
file.
{
"require": {
"sinergi/token": "dev-master"
}
}
use Sinergi\Token\StringGenerator;
StringGenerator::randomAlnum(32);
-
randomAlnum
Generate alpha-numeric string- Parameters
int $length
The length of the string to generate- Optional
bool $onlyUppercase
Use only uppercase letters
-
randomAlpha
Generate alpha string- Parameters
int $length
The length of the string to generate- Optional
bool $onlyUppercase
Use only uppercase letters
-
randomNumeric
Generate numeric string- Parameters
int $length
The length of the string to generate
-
randomHexa
Generate hexa string- Parameters
int $length
The length of the string to generate
-
randomUuid
Generate uuid string -
randomId
Generate id string