microsoft/azure-storage-queue
Abandoned by its maintainers. This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Queue APIs.
1.3.4
2.9M downloads/mo
#3542 most downloaded on Packagist
Azure/azure-storage-queue-php
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 6 months
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
9 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Jan 2018 to Oct 2021Releases
latest 9-
1.3.409 Oct 2021Release notes
Open source →2021.09 - version 1.3.4
- Upgraded dependency for
azure-storage-commonto version 1.5.2.
- Upgraded dependency for
-
1.3.330 Dec 2020Release notes
Open source →2020.12 - version 1.3.3
- Guzzle version is now updated to support both 6.x and 7.x.
-
1.3.228 Aug 2020 -
1.3.102 Jan 2020Release notes
Open source →2020.01 - version 1.3.1
- Fixed the issue in SAS token where special characters were not correctly encoded.
-
1.3.026 Apr 2019Release notes
Open source →2019.04 - version 1.3.0
- Added support for OAuth authentication.
- Resolved some issues on Linux platform.
-
1.2.026 Mar 2019 -
1.1.102 Aug 2018Release notes
Open source →2018.08 - version 1.1.1
- Fixed a bug in documents that
getMessageIdmethod should return string instead of integer.
- Fixed a bug in documents that
-
1.1.026 Apr 2018Release notes
Open source →2018.04 - version 1.1.0
- MD files are modified for better readability and formatting.
- CACERT can now be set when creating RestProxies using
$optionsparameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCaseinstead ofPHPUnit_Framework_TestCase.
-
1.0.011 Jan 2018Release notes
Open source →2018.01 - version 1.0.0
- Created
QueueSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateQueueServiceSharedAccessSignatureToken()intoQueueSharedAccessSignatureHelper. - Added static builder methods
createQueueServiceintoQueueRestProxy. - Removed
dataSerializerparameter fromQueueRextProxyconstructor. - Deprecated PHP 5.5 support.
- Created