microsoft/azure-storage-table
Abandoned by its maintainers. This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Table APIs.
1.1.6
2.0M downloads/mo
#4427 most downloaded on Packagist
Azure/azure-storage-table-php
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships fairly regularly
a new release about every 8 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
8 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jan 2018 to Sep 2022Releases
latest 8-
1.1.602 Sep 2022Release notes
Open source →2022.08 - version 1.1.6
- Removed EOL from Content-Type header in batch API.
-
1.1.509 Oct 2021Release notes
Open source →2021.09 - version 1.1.5
- Upgraded dependency for
azure-storage-commonto version 1.5.2. - Fixed a bug where
QueryEnttitiesResultwith a nullNextRowKeywon't work. - Return integer from a sorting callback, not bool.
- Upgraded dependency for
-
1.1.429 Dec 2020Release notes
Open source →2020.12 - version 1.1.4
- Guzzle version is now updated to support both 6.x and 7.x.
-
1.1.328 Aug 2020 -
1.1.202 Jan 2020Release notes
Open source →2020.01 - version 1.1.2
- Fixed the issue in SAS token where special characters were not correctly encoded.
- Empty lines no longer treated as headers in Batch operation.
-
1.1.126 Apr 2019 -
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
TableSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateTableServiceSharedAccessSignatureToken()intoTableSharedAccessSignatureHelper. - Added static builder methods
createTableServiceintoTableRestProxy. - Removed
dataSerializerparameter fromTableRextProxyconstructor. - Will change variable type according to EdmType specified when serializing table entity values.
- Deprecated PHP 5.5 support.
- Created