Download the PHP package district5/random without Composer
On this page you can find all versions of the php package district5/random. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download district5/random
More information about district5/random
Files in district5/random
Download district5/random
More information about district5/random
Files in district5/random
Vendor district5
Package random
Short Description District5 Randomness Library
License mit
Homepage https://github.com/district-5/random
Package random
Short Description District5 Randomness Library
License mit
Homepage https://github.com/district-5/random
Please rate this library. Is it a good library?
Informations about the package random
District5 - Random
Generate... well... random stuff.
Composer:
- Installing for development environments:
$ composer install
- Installing for production environments. Ignoring the dev dependencies and optimise the autoloader:
$ composer install --no-dev -o
Unit testing:
- Install with composer, ensuring you include the dev details:
$ composer install
- Run the phpunit binary:
$ ./vendor/bin/phpunit
Common uses:
UUID / GUID Pseudo Random
String Pseudo Random
Password Pseudo Random
Integer Pseudo Random
Array Pseudo Random
These functions work for both default keyed arrays and associative style keyed arrays, or a combination of both.
Dates(string) and DateTime Pseudo Random
All versions of random with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-mbstring Version *
ext-mbstring Version *
The package district5/random contains the following files
Loading the files please wait ...