kduma / simple-dal-data-integrity
Simple DAL - Data integrity checksums and signatures plugin
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-data-integrity
pkg:composer/kduma/simple-dal-data-integrity
v0.0.5
2026-03-17 03:01 UTC
Requires
- php: ^8.4
- kduma/simple-dal-adapter-contracts: ^0.0.5
- kduma/simple-dal-contracts: ^0.0.5
- 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 03:01:17 UTC
README
Data 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-data-integrity
Requires a hashing algorithm provider package (e.g. kduma/simple-dal-data-integrity-sodium). An optional signing algorithm can be provided for signature-based verification.
Documentation
See the full documentation.
License
MIT