microsoft/windowsazure
PHP client libraries for Microsoft Azure Tables, Blobs, Storage Queues, Service Bus, and runtime/management APIs. Note: this SDK is retired (since Feb 2021) and no longer maintained; use Azure REST APIs or azure-storage-php for Storage.
Azure Storage SDK is updated to the 0.19.1 version.
Azure Storage SDK is updated to the 0.18 version
Azure Storage SDK is updated to the 0.17 version
Azure Storage SDK is updated to the 0.16 version
Azure Storage SDK is updated to the 0.15 version
Azure Storage SDK is updated to the 0.13 version
Guzzle instead of pear/http_request2.zendframework/zend-mime instead of pear/mail_mime-decode.To update your code for the new storage SDK, change
"use WindowsAzure\Blob" to "use MicrosoftAzure\Storage\Blob",
"use WindowsAzure\Queue" to "use MicrosoftAzure\Storage\Queue"
"use WindowsAzure\Table" to "use MicrosoftAzure\Storage\Table"
For the following calls,
ServicesBuilder::getInstance()->createTableService($connectionString)
ServicesBuilder::getInstance()->createBlobService($connectionString)
ServicesBuilder::getInstance()->createQueueService($connectionString)
The new API will be called automatically. You don't need to update your code.
Removed support for PEAR as package manager. Only support Composer from now on Updated composer.json file Fixed broken unit tests and code examples Other bug fixes
How can I help you explore Laravel packages today?