library randomstring
Random string generating
nokitakaze/randomstring
Random string generating
- Saturday, October 7, 2017
- by nokitakaze
- Repository
- 1 Watchers
- 0 Stars
- 49 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 5 Versions
- 0 % Grown
Generating random strings
Current status
General
, (*1)
HHVM Version
, (*2)
Usage
At first, (*3)
composer require nokitakaze/randomstring
And then, (*4)
require_once 'vendor/autoload.php';
use \NokitaKaze\RandomString\RandomString;
$random_string1 = new RandomString::generate(10);
$random_string2 = new RandomString::generate(10,
RandomString::INCLUDE_NUMERIC | RandomString::INCLUDE_UPPER_LETTERS);
dev-master
9999999-dev
Random string generating
Sources
Download
Apache-2.0
The Requires
The Development Requires
random
v0.2.1
0.2.1.0
Random string generating
Sources
Download
Apache-2.0
The Requires
The Development Requires
random
dev-hhvm
dev-hhvm
Random string generating
Sources
Download
Apache-2.0
The Requires
The Development Requires
random
v0.1.0
0.1.0.0
Random string generating
Sources
Download
Apache-2.0
The Requires
The Development Requires
random
v0.2.0
0.2.0.0
Random string generating
Sources
Download
Apache-2.0
The Requires
The Development Requires
random