kduma / simple-dal-data-integrity
This package is abandoned and no longer maintained.
The author suggests using the kduma/simple-dal-integrity package instead.
Simple DAL - Integrity checksums and signatures plugin
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-integrity
pkg:composer/kduma/simple-dal-data-integrity
v0.2.0
2026-03-20 08:51 UTC
Requires
- php: ^8.4
- kduma/binary-tools: ^0.0.4
- kduma/simple-dal-adapter-contracts: ^0.2.0
- kduma/simple-dal-contracts: ^0.2.0
- kduma/simple-dal-integrity-contracts: ^0.2.0
Requires (Dev)
- pestphp/pest: ^3.0
README
Integrity checksums and signatures plugin for Simple DAL. Transparently computes and verifies hashes and signatures on records and attachments, ensuring data has not been tampered with.
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-integrity
Requires a hashing algorithm provider package (e.g. kduma/simple-dal-integrity-sodium). An optional signing algorithm can be provided for signature-based verification.
Documentation
See the full documentation.
License
MIT