chillerlan / php-base32
A base32 implementation. PHP 5.6+, PHP 7
Installs: 1 777
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: 5.2.*
Suggests
- chillerlan/php-googleauth: dev-master
This package is not auto-updated.
Last update: 2019-08-05 17:27:24 UTC
README
php-base32
A Base32 implementation based on the one by Shannon Wynter.
Requirements
- PHP 5.6+, PHP 7
Installation
Using composer
Terminal
composer require chillerlan/php-base32:dev-master
composer.json
{ "require": { "php": ">=5.6.0", "chillerlan/php-base32": "dev-master" } }
Manual installation
Download the desired version of the package from master
and extract the contents to your project folder. Point the namespace chillerlan/Base32
to the folder src
of the package.
Profit!