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.
azure-oss/storage is a metapackage that bundles the community-driven PHP SDKs for Azure Storage.
Currently, it includes:
- azure-oss/storage-blob – Azure Blob Storage SDK
- azure-oss/storage-queue – Azure Storage Queue SDK
Full documentation can be found here.
composer require azure-oss/storagePlease refer to the UPGRADE.md for instructions on upgrading from v1 to v2.
This project is released under the MIT License. See LICENSE for details.