kduma / simple-dal-integrity-hash
Simple DAL - PHP hash() integrity implementations
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-integrity-hash
pkg:composer/kduma/simple-dal-integrity-hash
v0.1.0
2026-03-17 22:10 UTC
Requires
- php: ^8.4
- kduma/simple-dal-integrity-contracts: ^0.1.0
Requires (Dev)
- pestphp/pest: ^3.0
This package is auto-updated.
Last update: 2026-03-17 22:43:45 UTC
README
PHP hash() and hash_hmac() integrity implementations for the Simple DAL integrity plugin. Provides hashing algorithms (CRC32, MD5, SHA-1, SHA-256, SHA-512, SHA3-256) and HMAC signing algorithms (HMAC-SHA1, HMAC-SHA256, HMAC-SHA512).
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-integrity-hash
Documentation
See the full documentation.
License
MIT