dayploy/doctrine-extensions-bundle
ssn, credit_card) without overhauling the entire database schema.spatie/laravel-encryption (Laravel-specific).For Executives: "This bundle automates the encryption of sensitive customer data—like credit card numbers or medical records—without rewriting our application. It acts as a database-level firewall: even if someone breaches our database, they can’t read the raw data. It’s open-source (MIT license), integrates in under 15 minutes, and directly supports GDPR/HIPAA compliance. The cost? Zero. The risk? Minimal—we control the encryption keys, and it’s designed for PHP ecosystems."
For Engineering: *"This solves our selective encryption problem efficiently:
prePersist/preUpdate for custom logic (e.g., key rotation or logging).BINARY columns for nonces/encrypted values—no bloated text blobs.
Tradeoff: It’s not Laravel-specific, but we can wrap it in a custom trait if needed. Let’s prototype encrypting User::ssn and Payment::cardNumber—I’ll show you how it works in three lines of entity code."*For Security/Compliance: *"This gives us:
How can I help you explore Laravel packages today?