2017 © Pedro Peláez
 

library randstring

Random string generator

image

jamosaur/randstring

Random string generator

  • Wednesday, June 29, 2016
  • by jaaaaaaaaaam
  • Repository
  • 1 Watchers
  • 5 Stars
  • 427 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 12 % Grown

The README.md

randstring

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Random string generator make from colours, animals and numbers., (*2)

All code is PSR-2 friendly, (*3)

Install

Via Composer, (*4)

``` bash $ composer require jamosaur/randstring, (*5)


## Usage ``` php // Generate a random string. $rand = new Jamosaur\Randstring\Randstring(); echo $rand->generate(); // buoyantwhitetippedreefshark56 // Generate a sentence case string that is no greater than 15 characters long. $rand = new Jamosaur\Randstring\Randstring('sentence', 15); echo $rand->generate(); // BumpySquirrel32 // Generate a string with the first letter in uppercase that is no greater than 20 characters long. $rand = new Jamosaur\Randstring\Randstring('ucfirst', 20); echo $rand->generate(); // Moistmountaincat75 // Generate a string with the first letter in uppercase that is no longer than 35 characters long with a random // number between 123 and 143. $rand = new Jamosaur\Randstring\Randstring('ucfirst', 35, 123, 143); echo $rand->generate(); // Tangibleindianrockpython127 // Generate a string formatted in camelCase $rand = new Jamosaur\Randstring\Randstring('camel'); echo $rand->generate(); // carefulZebra23

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

29/06 2016

dev-master

9999999-dev https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

29/06 2016

1.2.7

1.2.7.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

13/11 2015

1.2.6

1.2.6.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

13/11 2015

1.2.5

1.2.5.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

13/11 2015

1.2.4

1.2.4.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

12/11 2015

1.2.3

1.2.3.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

12/11 2015

1.2.2

1.2.2.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

11/11 2015

1.2.1

1.2.1.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

generator string random randstring

11/11 2015

1.2.0

1.2.0.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

generator string random randstring

11/11 2015

1.1.1

1.1.1.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

generator string random randstring

11/11 2015

1.1.0

1.1.0.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

generator string random randstring

11/11 2015

1.0.3

1.0.3.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

generator string random randstring

11/11 2015

1.0.2

1.0.2.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

generator string random randstring

11/11 2015

1.0.1

1.0.1.0 https://github.com/jaaaaaaaaaam/randstring

Random string generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

generator string random randstring

11/11 2015

v1.00

1.00.0.0 https://github.com/jaaaaaaaaaam/randstring

:package_description

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

league randstring