PHPackages                             sandrokeil/arangodb-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. sandrokeil/arangodb-php-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sandrokeil/arangodb-php-client
==============================

ArangoDB Core Client

0.3.1(5y ago)6221[4 issues](https://github.com/sandrokeil/arangodb-php-client/issues)[1 PRs](https://github.com/sandrokeil/arangodb-php-client/pulls)BSD-3-ClausePHPPHP ^7.2

Since Nov 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/sandrokeil/arangodb-php-client)[ Packagist](https://packagist.org/packages/sandrokeil/arangodb-php-client)[ RSS](/packages/sandrokeil-arangodb-php-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (13)Versions (7)Used By (0)

arangodb-php-client
===================

[](#arangodb-php-client)

[![Build Status](https://camo.githubusercontent.com/27de227b65a0b9485ef34db8026078aecb35bfa9cf579a9c1f60da32b35aec97/68747470733a2f2f7472617669732d63692e6f72672f73616e64726f6b65696c2f6172616e676f64622d7068702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sandrokeil/arangodb-php-client)[![Coverage Status](https://camo.githubusercontent.com/1da19e64fb9a190634802d61e0d743446ae36bb1959ea9a71aa1b757d13ec09e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73616e64726f6b65696c2f6172616e676f64622d7068702d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/sandrokeil/arangodb-php-client?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f569fd80e50b50e562c7c1a7da3dbaa22a21ef331a22266f9352a855ae4d101a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616e64726f6b65696c2f6172616e676f64622d7068702d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sandrokeil/arangodb-php-client/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/ee38acb17e780697420884e9812dfdde974342e8dd4de24fe9aa55b6d0e5134c/68747470733a2f2f706f7365722e707567782e6f72672f73616e64726f6b65696c2f6172616e676f64622d7068702d636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/sandrokeil/arangodb-php-client)[![Total Downloads](https://camo.githubusercontent.com/6a814e071a0cab6ddf7a8c854d5cff7c60983af35f0255f9ef8d50b526831dbe/68747470733a2f2f706f7365722e707567782e6f72672f73616e64726f6b65696c2f6172616e676f64622d7068702d636c69656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/sandrokeil/arangodb-php-client)[![License](https://camo.githubusercontent.com/2e788fe5c28bcc954d68d918f96565cda92fc5ede45ff3ca920c38c7bd842a69/68747470733a2f2f706f7365722e707567782e6f72672f73616e64726f6b65696c2f6172616e676f64622d7068702d636c69656e742f6c6963656e73652e706e67)](https://packagist.org/packages/sandrokeil/arangodb-php-client)

[ArangoDB](https://arangodb.com/ "native multi-model database") HTTP client implementation with PHP PSR [7](https://www.php-fig.org/psr/psr-7/) / [17](https://www.php-fig.org/psr/psr-17/) / [18](https://www.php-fig.org/psr/psr-18/) support.

- **Well tested.** Besides unit test and continuous integration/inspection this solution is also ready for production use.
- **Framework agnostic** This PHP library does not depends on any framework but you can use it with your favourite framework.
- **Every change is tracked**. Want to know whats new? Take a look at [CHANGELOG.md](https://github.com/sandrokeil/interop-config/blob/master/CHANGELOG.md)
- **Listen to your ideas.** Have a great idea? Bring your tested pull request or open a new issue.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2
- ArangoDB server version &gt;= 3.4

Examples
--------

[](#examples)

Examples of how to create collections or documents and more are provided in the [`example`](example) directory.

Tests
-----

[](#tests)

If you want to run the unit tests locally you need [Docker](https://docs.docker.com/engine/installation/ "Install Docker")and [Docker Compose](https://docs.docker.com/compose/install/ "Install Docker Compose").

Install dependencies with:

```
$ docker run --rm -i -v $(pwd):/app prooph/composer:7.4 update -o

```

Copy `docker-compose.yml.dist` to `docker-compose.yml` and modify to your needs.

Start containers with

```
$ docker-compose up -d --no-recreate

```

Execute tests with

```
$ docker-compose run --rm php vendor/bin/phpunit

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~186 days

Total

4

Last Release

2128d ago

PHP version history (2 changes)0.1.0PHP ^7.1

0.2.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/58f3428ea5d86dde45a70842c5228d295ec37a493594d484bf1ed2552e85b791?d=identicon)[sandrokeil](/maintainers/sandrokeil)

---

Top Contributors

[![sandrokeil](https://avatars.githubusercontent.com/u/3597436?v=4)](https://github.com/sandrokeil "sandrokeil (65 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")

---

Tags

arangodbhttphttp-clientphppsr-17psr-18psr-7httpphpjsonclientArangoDb

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sandrokeil-arangodb-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/sandrokeil-arangodb-php-client/health.svg)](https://phpackages.com/packages/sandrokeil-arangodb-php-client)
```

###  Alternatives

[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

184616.9k31](/packages/laudis-neo4j-php-client)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[datto/json-rpc-http

HTTP client and server for JSON-RPC 2.0

66525.9k5](/packages/datto-json-rpc-http)[simpod/clickhouse-client

PHP ClickHouse Client

19116.7k](/packages/simpod-clickhouse-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
