azure/storage-blob

There is no license information available for the latest version (dev-master) of this package.

Microsoft azure Storage Blob service

Installs: 15 956

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/azure/storage-blob

dev-master 2018-02-07 13:19 UTC

This package is not auto-updated.

Last update: 2025-10-18 03:38:46 UTC


README

  • Microsoft azure blob storage service gateway .

Description

  • Api gateway service for using microsoft azure blobs storage account .

License

  • GNU (GENERAL PUBLIC LICENSE) .
  • Version 3, 29 June 2007 .

Requirements

  • PHP >= 7 .
  • Composer .

Install

  • composer require azure/storage-blob

Testing

  • cp .env.example cp.env

  • Update the following keys:

      1- ACCOUNT_NAME = "YOUR STORAGE ACCOUNT NAME"
      
      2- ACCOUNT_KEY = "ACCOUNT KEY CAN BE ACCESSED FROM AZURE DASHBOARD"
    
  • Run the following command . ./vendor/bin/phpunit