Download the PHP package ariselseng/base32h without Composer
On this page you can find all versions of the php package ariselseng/base32h. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ariselseng/base32h
More information about ariselseng/base32h
Files in ariselseng/base32h
Download ariselseng/base32h
More information about ariselseng/base32h
Files in ariselseng/base32h
Vendor ariselseng
Package base32h
Short Description Library to encode/decode numbers in Base32H
License MIT
Package base32h
Short Description Library to encode/decode numbers in Base32H
License MIT
Please rate this library. Is it a good library?
Informations about the package base32h
Base32H
A PHP implementation of https://base32h.github.io/
How to install
composer require ariselseng/base32h
How to use
Base32H::encode(1234567890) === '14RC0NJ'
Base32H::decode('L') === 20
All versions of base32h with dependencies
PHP Build Version
Package Version
No informations.
The package ariselseng/base32h contains the following files
Loading the files please wait ....