Registry / database / triagens-arangodb

triagens-arangodb

JSON →
library3.8.0phppackagistunverified

ArangoDB PHP client

composer require triagens/arangodb
INSTALL
IMPORT
SIG · TRIAGENS-ARANGODB
T
triagens-arangodb
databasephpv3.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
use triagens\ArangoDb\Connection;

Connect to ArangoDB and list databases

<?php use triagens\ArangoDb\Connection; $connection = new Connection([ 'endpoint' => 'tcp://127.0.0.1:8529', 'database' => '_system' ]); $databases = $connection->getDatabases(); print_r($databases);
Debug
Known issues
breakingBreaking change in 3.x: The client API was rewritten and is not backward compatible with 2.x versions.
fix
Update your code to use the new API if upgrading from 2.x.
affects: >=3.0.0
Upgrade
Version history
3.8.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
Meta
2
OpenAI (training)
1
Resources
triagens-arangodb — pip install triagens-arangodb · libregistry