Download the PHP package monkeyscloud/monkeyslegion-encryption without Composer
On this page you can find all versions of the php package monkeyscloud/monkeyslegion-encryption. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download monkeyscloud/monkeyslegion-encryption
More information about monkeyscloud/monkeyslegion-encryption
Files in monkeyscloud/monkeyslegion-encryption
Package monkeyslegion-encryption
Short Description Standalone encryption for MonkeysLegion v2 — AES-GCM, XChaCha20, HMAC, key rotation, envelope encryption, PHP 8.4 hooks
License MIT
Informations about the package monkeyslegion-encryption
MonkeysLegion Encryption
Enterprise-grade standalone cryptography for the MonkeysLegion v2 framework.
AES-256-GCM • XChaCha20-Poly1305 • HMAC signing • key rotation • envelope encryption • deterministic encryption • HKDF key derivation • password hashing • PHP 8.4 property hooks • PHPStan Level 9
Installation
Requirements: PHP ≥ 8.4 · ext-openssl · ext-sodium · ext-mbstring
Quick Start
Supported Ciphers
Key Generation
Key Rotation (Graceful)
Envelope Encryption (Per-Record Keys)
Deterministic Encryption (Searchable Fields)
⚠️ WARNING: Less secure than random-IV encryption. Use only for searchable indexed fields.
HMAC Signing
Password Hashing
Key Derivation (HKDF)
Property Hooks (PHP 8.4)
#[Encrypted] Attribute (Entity-Level Encryption)
💡 Competitive: This is MonkeysLegion's answer to Laravel's
encryptedcast — but attribute-first, per-field cipher selection, and searchable (deterministic) mode built-in.
#[Hashed] Attribute (Password Fields)
Crypt Static Facade
Testing (Fakes)
CLI Commands
DI Integration
Configuration (config/encryption.mlc)
License
MIT © 2026 MonkeysCloud Team
All versions of monkeyslegion-encryption with dependencies
ext-openssl Version *
ext-sodium Version *
ext-mbstring Version *