Base64 Url Safe
===============

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Spomky-Labs/base64url/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Spomky-Labs/base64url/?branch=master)
[![Coverage Status](https://coveralls.io/repos/Spomky-Labs/base64url/badge.svg?branch=master&service=github)](https://coveralls.io/github/Spomky-Labs/base64url?branch=master)
[![Build Status](https://travis-ci.org/Spomky-Labs/base64url.svg?branch=master)](https://travis-ci.org/Spomky-Labs/base64url)

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/0f8f9b12-2076-4d0e-a34e-c6f097c61b16/big.png)](https://insight.sensiolabs.com/projects/0f8f9b12-2076-4d0e-a34e-c6f097c61b16)

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

This library aims to provide a fast Base64 URL Safe encoder/decoder as described by the [RFC 4648](https://tools.ietf.org/html/rfc4648).

# The Release Process

The release process [is described here](doc/Release.md).

# Prerequisites

This library needs at least `PHP 7.1`.

It has been successfully tested using `PHP 7.1`, `PHP 7.2`, `PHP 7.3`, `PHP 7.4` and `nightly`.

# Installation

The preferred way to install this library is to rely on Composer:

```sh
composer require "spomky-labs/base64url"
```

# How to use

Take a look at [How to use](doc/Use.md) to use this library.

# Support

I bring solutions to your problems and answer your questions.

If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!

[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)

# Contributing

Requests for new features, bug fixed and all other ideas to make this library useful are welcome. [Please follow these best practices](doc/Contributing.md).

# Licence

This software is release under [MIT licence](LICENSE).
