Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 210 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 210 Bytes

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