league/flysystem-azure-blob-storage
Flysystem Azure Blob Storage adapter sub-split. Provides the Azure Blob Storage filesystem adapter for Flysystem. For issues and pull requests, use the main Flysystem repository: https://github.com/thephpleague/flysystem
Architecture fit: High for Flysystem-based systems. As a sub-split adapter, it aligns with Flysystem’s abstraction layer but critically depends on the core Flysystem package for foundational functionality.
Integration feasibility: Moderate to high only for PHP 8.0+ projects already using Flysystem v3.10+. Requires strict Microsoft Azure Storage Blob SDK v1.1+ compatibility, which may force dependency upgrades in legacy systems.
Technical risk: Critical due to 0 dependents (zero known production usage), low GitHub stars (55), and "readme" maturity (minimal community validation). Microsoft SDK dependency introduces untested edge cases (e.g., SAS token handling, tiered storage operations) and potential version conflicts.
Key questions:
Stack fit: Ideal only for PHP 8.0+ projects with existing Flysystem v3.x adoption. Avoid for new projects without Flysystem due to unnecessary abstraction layer complexity.
Migration path:
microsoft/azure-storage-blob v1.1+; conflicts likely if other dependencies use newer SDK versions. PHP 8.0+How can I help you explore Laravel packages today?