Community-driven PHP SDKs for Azure, because Microsoft won't.
In November 2023, Microsoft officially archived their Azure SDK for PHP and stopped maintaining PHP integrations for most Azure services. No migration path, no replacement — just a repository marked read-only.
We picked up where they left off.
You can read the documentation here.
This monorepo contains the following packages:
The core Azure Blob Storage PHP SDK. This is the main package that provides the core functionality for interacting with Azure Blob Storage.
Azure Storage Queue PHP SDK. Provides functionality for interacting with Azure Storage Queues, including queue and message operations.
Flysystem adapter for Azure Storage PHP. Provides integration with the Flysystem filesystem abstraction library.
Laravel filesystem driver for Azure Storage Blob. Provides seamless integration with Laravel's filesystem abstraction.
Laravel Queue connector for Azure Storage Queues. Provides integration with Laravel's queue system.
Common utilities and shared components for the Azure Storage PHP SDK. This package contains reusable functionality used across the Azure Storage Blob, Queue, and related integrations.
Azure Active Directory (Entra ID) token authentication.
This project is released under the MIT License. See LICENSE for details.