quioteframework/storage dependents (5) Order by: name | downloads Show: all | require | require-dev
-
PHP
quioteframework/cloud-azure
Minimal Azure Blob and Table Storage clients, Shared Key or Azure AD (workload identity / az login) authenticated REST access with no azure-sdk dependency, plus a signed-request method for operations they do not model themselves. Framework-agnostic (built on quioteframework/storage, not the Quiote f
-
PHP
quioteframework/cloud-gcs
Minimal Google Cloud Storage client, HMAC-signed get/put/delete/head/list against a single bucket via the S3-compatible interoperability API, plus a signed-request method for operations it does not model itself. Framework-agnostic (built on quioteframework/storage, not the Quiote framework itself) a
-
PHP
quioteframework/cloud-s3
Minimal AWS S3 REST client, SigV4-signed get/put/delete/head/list against a single bucket, with no aws-sdk-php dependency, plus a signed-request method for operations it does not model itself. Framework-agnostic (built on quioteframework/storage, not the Quiote framework itself) and usable outside a
-
PHP
quioteframework/filesystem
Quiote's filesystem subsystem: FilesystemAdapterInterface/ListableFilesystemInterface, FilesystemManager, FilesystemDriverRegistry, LocalFilesystemAdapter, the object-store-backed adapter base classes cloud filesystem drivers extend, and ObjectStoreSessionPersistence, the equivalent base for cloud s
-
PHP
quioteframework/replay-storage
Object-store-backed cassette store for quioteframework/replay, built on the framework-free quioteframework/storage contracts (any ListableObjectStoreClientInterface -- Azure Blob, S3, GCS).