arangodb-php
arangodb-php copied to clipboard
PHP ODM for ArangoDB
Good morning, today we migrated our version of php to the 8.1 version and the arangodb-php library is not compatible with it. When do you think to release a new...
It works with ArangoDB Queries UI, but not with **triagens/arangodb v3.6.0**. I am using the following versions: - php v7.4.26 - arangodb v3.9 - triagens/arangodb v3.6.0 ``` $query = '...
Latest commit from the devel branch: > commit 00e25f3ef0515310b2352151cba345f26af52460 (upstream/devel, upstream/HEAD, devel) > Author: jsteemann > Date: 2022-02-07 09:45:57 +0100 > > fix metrics handling after server-side change ## with...
Issue #290 - Support PHP 8.1
``` Return type of ArangoDBClient\ConnectionOptions::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice Return type of ArangoDBClient\ConnectionOptions::offsetGet($offset) should...
I get a phpstan analysis error when calling `\ArangoDBClient\AdminHandler::getServerVersion(true)`, expecting an array returned but the annotation `@return` has a missing type. Replace: ``` * @return string - a string holding...
https://arangodb.atlassian.net/browse/DE-104
Hello, I'm the Phpfastcache maintainer and I'm currently implementing support of Arangodb for the next major release (v9). But I noticed that using an endpoint with "localhost" is VERY slow...
https://github.com/arangodb/arangodb-php/blob/54f7800f9297507b3a3f2d9ba0be27597a67bb2c/lib/ArangoDBClient/DocumentHandler.php#L648-L655 Line 651 may cause "Undefined index" Notice **`'revision'`** option may not be set in **`$options`** param of **`put`**. Docs of **`replace`** and **`replaceById`** methods doesn't mention it should be...
## My Environment Latest version (3.6.0), PHP 7.3 ## Component, Query & Data __Affected feature__: Unable to use `HasHandler` on a graph with more then one vertex. error: `ArangoDBClient\\ClientException: A...