Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.