Download the PHP package phuze/php-cosmos without Composer
On this page you can find all versions of the php package phuze/php-cosmos. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-cosmos
php-cosmos
PHP wrapper for Azure Cosmos DB
Installation
Install phuze/php-cosmos in your project:
Changelog
v3.0.4
- bug fixes and other minor changes
v3.0.0
- restore support for PHP 7.x -- this library can be used with both 7.x and 8.x
- improved how nested partition keys are handled
- improved how partition values are matched
- fixed an issue which prevented document deletion when a container used a nested partition key
- fixed an issue with
partitionkeyrangeid
headers, when a cross-partition query needs to be retried with PK ranges
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
Notes
- Currently uses Microsoft API version
2018-12-31
- Based on AzureDocumentDB-PHP and CosmosDb.
- Planned updates include:
- support for new PATCH api operations
- enhanced debug and logging support
Usage
Connecting
Inserting Records
Updating Records
Querying Records
Deleting Records
All versions of php-cosmos with dependencies
PHP Build Version
Package Version
The package phuze/php-cosmos contains the following files
Loading the files please wait ....