2017 © Pedro Peláez
 

library php-base32

A base32 implementation. PHP 5.6+, PHP 7

image

chillerlan/php-base32

A base32 implementation. PHP 5.6+, PHP 7

  • Monday, February 29, 2016
  • by codemasher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 394 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

version license ![Travis][travis-badge] ![Coverage][coverage-badge] ![Scrunitizer][scrutinizer-badge] SensioLabsInsight, (*1)

php-base32

A Base32 implementation based on the one by Shannon Wynter., (*2)

Requirements

  • PHP 5.6+, PHP 7

Installation

Using composer

Terminal, (*3)

composer require chillerlan/php-base32:dev-master

composer.json, (*4)

{
    "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., (*5)

Profit!, (*6)

The Versions

29/02 2016

dev-master

9999999-dev https://github.com/codemasher/php-base32

A base32 implementation. PHP 5.6+, PHP 7

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

base32

29/02 2016

1.1.0

1.1.0.0 https://github.com/codemasher/php-base32

A base32 implementation. PHP 5.6+, PHP 7

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

base32

07/12 2015

1.0.0

1.0.0.0 https://github.com/codemasher/php-base32

A base32 implementation. PHP 5.6+, PHP 7

  Sources   Download

GPL

The Requires

  • php >=5.6.0

 

The Development Requires

base32