Download the PHP package azure-oss/storage-file-share without Composer
On this page you can find all versions of the php package azure-oss/storage-file-share. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package storage-file-share
Azure Storage File Share PHP SDK
A PHP SDK for Azure File Share management and service operations that are not exposed through standard SMB or NFS mounts.
[!IMPORTANT] This package is community-maintained and is not affiliated with, endorsed by, or supported by Microsoft.
Install
Scope
This package is not intended to replace an SMB or NFS mount.
If an operation is already handled well through a mounted Azure File Share, it is out of scope for this SDK. That includes routine filesystem-style work such as creating directories, reading files, writing files, renaming paths, and deleting content through the mounted share.
The purpose of this package is the opposite boundary: it should cover Azure Files capabilities that are not available through a normal mount, or are not practical to manage through one. That includes Azure-specific management, metadata, protocol-specific service features, and other control-plane or service-plane operations that need the Azure Files API rather than ordinary filesystem calls.
In short:
- Use SMB or NFS mounts for normal file and directory manipulation.
- Use
azure-oss/storage-file-sharefor Azure Files features that a mount does not expose.
SAS generation
This package includes a minimal client hierarchy and File Share service SAS builder for share and path-based SAS URIs.
SAS generation requires a StorageSharedKeyCredential. Clients created from a SAS-only connection string can use that SAS, but they cannot generate a new SAS.
UseDevelopmentStorage=true is not supported for this package. Azurite does not currently provide Azure Files endpoints, so File Share clients must target a real File service endpoint.
Azure Files service SAS distinguishes share (sr=s) and file (sr=f) resources. When you generate a SAS from a ShareDirectoryClient, the directory path is signed using the file-path form, matching the current Azure .NET SDK behavior.
Related packages
- azure-oss/storage — Meta package for the Storage SDKs
- azure-oss/storage-common — Shared authentication, HTTP, and SAS primitives
- azure-oss/storage-blob — Blob Storage SDK
- azure-oss/storage-blob-flysystem — Flysystem adapter
- azure-oss/storage-blob-flysystem-bundle — Symfony Flysystem bundle
- azure-oss/storage-blob-laravel — Laravel filesystem driver
- azure-oss/storage-queue — Queue Storage SDK
- azure-oss/storage-queue-laravel — Laravel queue connector
- azure-oss/identity — Microsoft Entra ID token authentication
Maintenance
This package is part of the community-maintained PHP OSS for Azure project. It is an independent project and is not affiliated with or endorsed by Microsoft.
License
This project is released under the MIT License. See LICENSE for details.
All versions of storage-file-share with dependencies
ext-curl Version *
ext-json Version *
ext-simplexml Version *
guzzlehttp/guzzle Version ^7.8
azure-oss/storage-common Version ^2.0