sinergi / token
PHP library to generate random strings
Installs: 8 098
Dependents: 9
Suggesters: 0
Security: 0
Stars: 17
Watchers: 4
Forks: 5
Open Issues: 3
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2024-10-26 15:47:35 UTC
README
A handful of tools for PHP developers.
Requirements
This library uses PHP 5.4+.
Installation
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" } }
Usage
use Sinergi\Token\StringGenerator; StringGenerator::randomAlnum(32);
Methods
-
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