Download the PHP package almadus/crypto-rand-secure without Composer
On this page you can find all versions of the php package almadus/crypto-rand-secure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download almadus/crypto-rand-secure
More information about almadus/crypto-rand-secure
Files in almadus/crypto-rand-secure
Download almadus/crypto-rand-secure
More information about almadus/crypto-rand-secure
Files in almadus/crypto-rand-secure
Vendor almadus
Package crypto-rand-secure
Short Description The Crypto rand sercure string
License MIT
Package crypto-rand-secure
Short Description The Crypto rand sercure string
License MIT
Please rate this library. Is it a good library?
Informations about the package crypto-rand-secure
PHP library for cypto-rand-secure
Install With Composer
composer require almadus/crypto-rand-secure
Code Sample
Create the php file example index.php and paste this code
<?php
require DIR.'/vendor/autoload.php';
$config = [
"uppercase" => true,
"lowercase" => true,
"numeric" => true,
"length" => 10
];
$crypto = new Almadus\CryptoRandSecure($config);
var_dump($crypto->getToken());
All versions of crypto-rand-secure with dependencies
PHP Build Version
Package Version
No informations.
The package almadus/crypto-rand-secure contains the following files
Loading the files please wait ....