Download the PHP package gsylvestre/php-token-generator without Composer
On this page you can find all versions of the php package gsylvestre/php-token-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-token-generator
PHP Token Generator
Simple yet secure token generator for PHP7.
- Crypto-secure
- Strings can be used in URLs
- Optionnaly remove similar characters (Il1 and 0oO)
- You choose the returned string length
Installation
Usage
Other usages
Default string length is 32:
By default, the characters Il10oO
are removed from returned string (because they look alike and cause errors when human reading is required). You can still get them by passing false
as second argument :
License
MIT
All versions of php-token-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package gsylvestre/php-token-generator contains the following files
Loading the files please wait ....