kduma / simple-dal-encryption
Simple DAL - Selective attachment encryption plugin
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-encryption
pkg:composer/kduma/simple-dal-encryption
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-encryption-contracts: ^0.2.0
Requires (Dev)
- pestphp/pest: ^3.0
README
Selective attachment encryption plugin for Simple DAL. Transparently encrypts and decrypts attachments based on configurable per-entity, per-attachment, and per-record rules.
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-encryption
Requires a cipher provider package (e.g. kduma/simple-dal-encryption-sodium or kduma/simple-dal-encryption-phpseclib).
Documentation
See the full documentation.
License
MIT