Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelunik/streaming-hash
On the fly hashing for Amp's streams.
https://github.com/kelunik/streaming-hash
amphp async hash php stream
Last synced: 3 months ago
JSON representation
On the fly hashing for Amp's streams.
- Host: GitHub
- URL: https://github.com/kelunik/streaming-hash
- Owner: kelunik
- License: mit
- Created: 2017-07-06T21:48:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T12:03:39.000Z (over 7 years ago)
- Last Synced: 2024-10-10T18:50:51.370Z (4 months ago)
- Topics: amphp, async, hash, php, stream
- Language: PHP
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streaming-hash
[![Build Status](https://img.shields.io/travis/kelunik/streaming-hash/master.svg?style=flat-square)](https://travis-ci.org/kelunik/streaming-hash)
[![CoverageStatus](https://img.shields.io/coveralls/kelunik/streaming-hash/master.svg?style=flat-square)](https://coveralls.io/github/kelunik/streaming-hash?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)`kelunik/streaming-hash` is a streaming hasher for Amp's streams.
## Installation
This package can be installed as a [Composer](https://getcomposer.org/) dependency.
```bash
composer require kelunik/streaming-hash
```## Requirements
- PHP 7.0+
## Versioning
`kelunik/streaming-hash` 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.