Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelunik/streaming-base64

On the fly Base64 encoding for Amp's streams.
https://github.com/kelunik/streaming-base64

amphp base64 base64url byte-stream encoding php

Last synced: 2 months ago
JSON representation

On the fly Base64 encoding for Amp's streams.

Awesome Lists containing this project

README

        

# streaming-base64

[![Build Status](https://img.shields.io/travis/kelunik/streaming-base64/master.svg?style=flat-square)](https://travis-ci.org/kelunik/streaming-base64)
[![CoverageStatus](https://img.shields.io/coveralls/kelunik/streaming-base64/master.svg?style=flat-square)](https://coveralls.io/github/kelunik/streaming-base64?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

`kelunik/streaming-base64` is a streaming Base64 encoder / decoder for Amp's streams.

## Installation

This package can be installed as a [Composer](https://getcomposer.org/) dependency.

```bash
composer require kelunik/streaming-base64
```

## Requirements

- PHP 7.0+

## Versioning

`kelunik/streaming-base64` follows the [semver](http://semver.org/) semantic versioning specification.

## Security

If you discover any security related issues, please email [`[email protected]`](mailto:[email protected]) instead of using the issue tracker.

## License

The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.