ariselseng/base32h

Library to encode/decode numbers in Base32H

v0.4.0 2020-09-09 15:26 UTC

This package is auto-updated.

Last update: 2024-04-09 23:42:30 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