matthewbdaly/laravel-azure-storage
Deprecated (March 2024): Azure Blob Storage driver for Laravel’s Storage API via Flysystem 3 Azure adapter. Provides a custom “azure” disk for Blob containers/URLs. Use the maintained replacement: https://github.com/Azure-OSS/azure-storage-php-adapter-laravel
Architecture fit: The package integrates seamlessly with Laravel's existing filesystem abstraction via Flysystem, aligning with Laravel's design pattern for pluggable storage drivers. It extends the Storage facade without requiring major code restructuring, making it architecturally sound for projects already using Laravel's filesystem APIs.
Integration feasibility: Low for modern Laravel versions. The last release (2022-06-15) predates Laravel 9/10 and may not support newer Flysystem versions or Azure SDK changes. Repository archival indicates no compatibility testing for current ecosystems.
Technical risk: High. Archived status means no security patches, dependency updates, or bug fixes. Critical risks include unaddressed Azure API changes (e.g., authentication protocols), Flysystem incompatibilities, and potential vulnerabilities in outdated dependencies like microsoft/azure-storage-blob.
Key questions:
How can I help you explore Laravel packages today?