azure / storage-blob
Microsoft azure Storage Blob service
Installs: 12 389
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: >=5.6.4
- microsoft/azure-storage-blob: *
- vlucas/phpdotenv: *
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~0.9
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2025-03-22 01:01:43 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