Download the PHP package jupitern/cosmosdb without Composer
On this page you can find all versions of the php package jupitern/cosmosdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jupitern/cosmosdb
More information about jupitern/cosmosdb
Files in jupitern/cosmosdb
Download jupitern/cosmosdb
More information about jupitern/cosmosdb
Files in jupitern/cosmosdb
Vendor jupitern
Package cosmosdb
Short Description PHP wrapper for Azure Cosmos DB (formerly known as azure documentdb) using SQL rest api
License MIT
Homepage https://github.com/jupitern/cosmosdb
Package cosmosdb
Short Description PHP wrapper for Azure Cosmos DB (formerly known as azure documentdb) using SQL rest api
License MIT
Homepage https://github.com/jupitern/cosmosdb
Please rate this library. Is it a good library?
Informations about the package cosmosdb
cosmosdb
PHP wrapper for Azure Cosmos DB
https://docs.microsoft.com/pt-pt/rest/api/cosmos-db/common-tasks-using-the-cosmosdb-rest-api
Installation
Include jupitern/cosmosdb in your project, by adding it to your composer.json file.
Changelog
v2.7.0
- adding support for PATCH verb (CosmosDb add-on PATCH API) with Add, Set, Replace, Remove, Increment and Move operations, including "getPatchOp[OP]" helper functions
v2.6.0
- code refactor. min PHP verion supported is now 8.0
- selectCollection no longer creates a colletion if not exist. use createCollection for that
- bug fixes
v2.5.0
- support partitioned queries using new method "setPartitionValue()"
- support creating partitioned collections
- support for nested partition keys
v2.0.0
- support for cross partition queries
- selectCollection method removed from all methods for performance improvements
v1.4.4
- replaced pear package http_request2 by guzzle
- added method to provide guzzle configuration
v1.3.0
- added support for parameterized queries
Note
This package adds additional functionalities to the AzureDocumentDB-PHP package. All other functionality exists in this package as well.
Limitations
- Use of
limit()
ororder()
in cross-partition queries is currently not supported. - Multi-document patch using transaction based requests is currently not supported.
Usage
Connecting
Inserting Records
Updating Records
Patching Records
Querying Records
Deleting Records
Error handling
Contributing
- welcome to discuss a bugs, features and ideas.
License
jupitern/cosmosdb is release under the MIT license.
You are free to use, modify and distribute this software, as long as the copyright header is left intact
All versions of cosmosdb with dependencies
PHP Build Version
Package Version
The package jupitern/cosmosdb contains the following files
Loading the files please wait ....