I forked this package from Cosmosdb, So please use that to get latest version. This package modified to make compatible for our project. Modifications mentioned in change log below.
Include applab/cosmosdb in your project, by adding it to your composer.json file.
{
"require": {
"applab/cosmosdb": "1.*"
}
}This package changed some functionalities to the Cosmosdb package. All other functionality exists in this package as well #v2.5.2.
- Changed ms-version to 2018-12-31
- Auth Header request method($verb) changed to GET in query function
- List (ReadFeed) Documents api request method changed to GET in query function.
This package adds additional functionalities to the AzureDocumentDB-PHP package. All other functionality exists in this package as well.
Use of limit() or order() in cross-partition queries is currently not supported.