PHPackages                             sendinblue/base-32 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sendinblue/base-32

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sendinblue/base-32
==================

RFC 3548 and 4648 compliant base 32 encoder/decoder

v1.2.0(7y ago)14493[1 PRs](https://github.com/sendinblue/base-32/pulls)1MITPHPPHP &gt;=5.6

Since Sep 29Pushed 7y agoCompare

[ Source](https://github.com/sendinblue/base-32)[ Packagist](https://packagist.org/packages/sendinblue/base-32)[ RSS](/packages/sendinblue-base-32/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (4)Used By (1)

sendinblue/base-32
==================

[](#sendinbluebase-32)

RFC 3548 and 4648 compliant base 32 encoder/decoder.

Installation
------------

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:

```
$ composer require sendinblue/base-32 "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Usage
-----

[](#usage)

This library provides a `\SendinBlue\Base32` class which exposes a `encode` and `decode` method, that’s it!

You can also set `encode`’s second argument `$padding` to `false` to avoid including any padding into the encoded string.

```
