承接 applab/cosmosdb 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

applab/cosmosdb

最新稳定版本:v1.0

Composer 安装命令:

composer require applab/cosmosdb

包简介

PHP wrapper for Azure Cosmos DB (formerly known as azure documentdb) using SQL rest api. Changed few things on this package to the https://github.com/jupitern/cosmosdb

README 文档

README

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.

Installation

Include applab/cosmosdb in your project, by adding it to your composer.json file.

{
    "require": {
        "applab/cosmosdb": "1.*"
    }
}

Changelog

v1.0

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.

Note

This package adds additional functionalities to the AzureDocumentDB-PHP package. All other functionality exists in this package as well.

Limitations

Use of limit() or order() in cross-partition queries is currently not supported.

统计信息

  • 总下载量: 2.38k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-09