kduma / simple-dal-data-integrity-hash
Simple DAL - PHP hash() data integrity implementations
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-data-integrity-hash
pkg:composer/kduma/simple-dal-data-integrity-hash
v0.0.5
2026-03-17 03:00 UTC
Requires
- php: ^8.4
- kduma/simple-dal-data-integrity-contracts: ^0.0.5
Requires (Dev)
- pestphp/pest: ^3.0
This package is auto-updated.
Last update: 2026-03-17 12:13:26 UTC
README
PHP hash() and hash_hmac() data integrity implementations for the Simple DAL data 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-data-integrity-hash
Documentation
See the full documentation.
License
MIT