spomky-labs / defuse-generator
Random String Generator
Installs: 9 514
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- ext-mcrypt: *
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is auto-updated.
Last update: 2022-02-01 12:46:23 UTC
README
This library provides a random string generator based on source code of Defuse Security.
This generator uses PHP Mcrypt extension to generate random strings.
The Release Process
The release process is described here.
Prerequisites
This library needs at least PHP 5.4
.
It has been successfully tested using PHP 5.4
to PHP 5.6
, PHP 7.0
and HHVM
Installation
The preferred way to install this library is to rely on Composer:
composer require "spomky-labs/defuse-generator" "~1.0.0"
How to use
Take a look at How to use to use this random string generator.
Contributing
Requests for new features, bug fixed and all other ideas to make this library useful are welcome. Please follow these best practices.
Licence
This library is release under MIT licence.