2017 © Pedro Peláez
 

library storage-blob

Microsoft azure Storage Blob service

image

azure/storage-blob

Microsoft azure Storage Blob service

  • Wednesday, February 7, 2018
  • by MohamedFawzy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Azure Storage Blobs

  • 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)

    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, (*2)

The Versions

07/02 2018

dev-master

9999999-dev

Microsoft azure Storage Blob service

  Sources   Download

The Requires

 

The Development Requires

by Mohamed Fawzy