ariselseng / base32h
Library to encode/decode numbers in Base32H
v0.4.0
2020-09-09 15:26 UTC
Requires (Dev)
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-12-10 01:05:43 UTC
README
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