2017 © Pedro Peláez
 

library randomstring

Random string generating

image

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

The README.md

Generating random strings

Current status

General

Build Status Scrutinizer Code Quality Code Coverage , (*1)

HHVM Version

Build Status Scrutinizer Code Quality Code Coverage, (*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);

The Versions

07/10 2017

dev-master

9999999-dev

Random string generating

  Sources   Download

Apache-2.0

The Requires

  • php ^5.4.0 | >=7.0.9

 

The Development Requires

random

07/10 2017

v0.2.1

0.2.1.0

Random string generating

  Sources   Download

Apache-2.0

The Requires

  • php ^5.4.0 | >=7.0.9

 

The Development Requires

random

05/10 2017

dev-hhvm

dev-hhvm

Random string generating

  Sources   Download

Apache-2.0

The Requires

  • hhvm ^3.9

 

The Development Requires

random

05/10 2017

v0.1.0

0.1.0.0

Random string generating

  Sources   Download

Apache-2.0

The Requires

  • hhvm ^3.9

 

The Development Requires

random

05/10 2017

v0.2.0

0.2.0.0

Random string generating

  Sources   Download

Apache-2.0

The Requires

  • php ^5.4.0 || >=7.0.9

 

The Development Requires

random