An open API service indexing awesome lists of open source software.

https://github.com/christianriesen/base32

Base32 Encoder/Decoder according to RFC 4648
https://github.com/christianriesen/base32

base32 php

Last synced: 5 months ago
JSON representation

Base32 Encoder/Decoder according to RFC 4648

Awesome Lists containing this project

README

          

base32
======

Base32 Encoder/Decoder for PHP according to [RFC 4648](https://tools.ietf.org/html/rfc4648).

![CI](https://github.com/ChristianRiesen/base32/workflows/CI/badge.svg)

[![Latest Stable Version](https://poser.pugx.org/christian-riesen/base32/v/stable.png)](https://packagist.org/packages/christian-riesen/base32) [![Total Downloads](https://poser.pugx.org/christian-riesen/base32/downloads.png)](https://packagist.org/packages/christian-riesen/base32) [![Latest Unstable Version](https://poser.pugx.org/christian-riesen/base32/v/unstable.png)](https://packagist.org/packages/christian-riesen/base32) [![License](https://poser.pugx.org/christian-riesen/base32/license.png)](https://packagist.org/packages/christian-riesen/base32)

Installation
-----

Use composer:

```bash
composer require christian-riesen/base32
```

Usage
-----

```php
https://christianriesen.com

Acknowledgements
----------------

Base32 is mostly based on the work of https://github.com/NTICompass/PHP-Base32