Download the PHP package fabacks/random without Composer
On this page you can find all versions of the php package fabacks/random. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fabacks/random
More information about fabacks/random
Files in fabacks/random
Download fabacks/random
More information about fabacks/random
Files in fabacks/random
Vendor fabacks
Package random
Short Description A PHP class generate token, guid and string
License MIT
Package random
Short Description A PHP class generate token, guid and string
License MIT
Please rate this library. Is it a good library?
Informations about the package random
Déscription
Class PHP pour généré des GUID, des token, des passwords et des chaines (caractere, chiffre, caractere spaciaux)
Installation
With composer
Without composer
Usage
Doc
Option possible pour la méthode generate generate(LONGEUR, CASE, TYPE)
Constante CASE
CASE_LOWER : tous les caractere sont minuiscule;
CASE_UPPER : tous les careste sont en majuscule;
CASE_MIXTE : mélange minuscule et majuscule;
Constante Type
TYPE_LETTER : Retourne une lettre de l'alphabet de A à Z
TYPE_NUMBER : Retourne un chiffre de 0 à 9
TYPE_ALPHANUMERIC : Retourne une lettre de l'alphabet de A à Z OU un chiffre de 0 à 9
TYPE_SPECIAL : Retourne un caractere spéciaux
TYPE_CHARACTER : Retourne une lettre, ou un nombre, ou caractere spéciaux
License
All versions of random with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package fabacks/random contains the following files
Loading the files please wait ....