Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kelunik/streaming-base64
- Owner: kelunik
- License: mit
- Created: 2017-07-07T12:38:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T13:10:51.000Z (over 7 years ago)
- Last Synced: 2024-10-10T18:50:53.250Z (3 months ago)
- Topics: amphp, base64, base64url, byte-stream, encoding, php
- Language: PHP
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.