Encrypted storage router for PHP, routing uploads to Google Drive or local disk.
The Storage Router is a PHP service that lets client apps upload, download, and delete files without knowing where they live. Files are encrypted with a per-file DEK wrapped by a per-app KEK, and stored on Google Drive or local disk, while the router keeps metadata and keys in SQLite. It offers an admin UI for managing backends, apps, and audit logs, and supports key rotation, rate limiting, and backup tools. It’s ideal for teams needing secure, unified storage across multiple providers without building custom integrations.
View on GitHub →harisfi/storage-router