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.0.5
2026-03-17 03:00 UTC
Requires
- php: ^8.4
- kduma/simple-dal-adapter-contracts: ^0.0.5
- kduma/simple-dal-encryption-contracts: ^0.0.5
Requires (Dev)
- pestphp/pest: ^3.0
This package is auto-updated.
Last update: 2026-03-17 12:30:59 UTC
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