chillerlan/php-base32

This package is abandoned and no longer maintained. No replacement package was suggested.

A base32 implementation. PHP 5.6+, PHP 7

1.1.0 2016-02-29 19:45 UTC

This package is not auto-updated.

Last update: 2019-08-05 17:27:24 UTC


README

version license Travis Coverage Scrunitizer SensioLabsInsight

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!