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: 11 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T13:10:51.000Z (over 8 years ago)
- Last Synced: 2025-03-29T01:34:16.720Z (12 months ago)
- Topics: amphp, base64, base64url, byte-stream, encoding, php
- Language: PHP
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-amphp - kelunik/streaming-base64 - On the fly Base64 encoding for Amp's streams. (Streams / Tunnel)
README
# streaming-base64
[](https://travis-ci.org/kelunik/streaming-base64)
[](https://coveralls.io/github/kelunik/streaming-base64?branch=master)

`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 [`me@kelunik.com`](mailto:me@kelunik.com) instead of using the issue tracker.
## License
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.