Download the PHP package koenhoeijmakers/paper-key-generator without Composer
On this page you can find all versions of the php package koenhoeijmakers/paper-key-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package paper-key-generator
Paper Key Generator
A paper key generator for PHP, simply generates a count of words to be used as a paper key.
Installation
Require the package with composer.
Usage
Create a new instance of the class, which can be done with the PaperKeyFactory, or by just instancing one (make sure you inject a valid WordList contract).
And then call the ->make()
method.
Optionally you can set a different divider and / or word count.
Which can also be done on the fly.
Credits
- Trezor (python mnemonic) - For the list of words.
All versions of paper-key-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package koenhoeijmakers/paper-key-generator contains the following files
Loading the files please wait ....