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

https://github.com/roundpartner/verify-hash

Library for verifying hashes
https://github.com/roundpartner/verify-hash

php verifying-hashes

Last synced: over 1 year ago
JSON representation

Library for verifying hashes

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/roundpartner/verify-hash.svg?branch=master)](https://travis-ci.org/roundpartner/verify-hash)
# Verify Hash
Library for verifying hashes

## Testing
```bash
phpunit
```

## Code Quality
```bash
./vendor/bin/phpcs --standard=psr2 ./src
./vendor/bin/phpcbf --standard=psr2 ./src
```