Introduction
Azure SDK
Table of Contents
Composer
composer require flow-php/azure-sdk:~0.34.3
Core Dependencies
HTTP Client Implementation
This library requires a PSR-18 compatible HTTP client. The psr/http-client interface and php-http/discovery
are installed automatically, but you need an actual implementation, for example:
composer require symfony/http-client nyholm/psr7