Skip to content

ariselseng/base32h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Composer package for base32h

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages