Download the PHP package sandrokeil/arangodb-php-client without Composer
On this page you can find all versions of the php package sandrokeil/arangodb-php-client. 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 arangodb-php-client
arangodb-php-client
ArangoDB HTTP client implementation with PHP PSR 7 / 17 / 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
- Listen to your ideas. Have a great idea? Bring your tested pull request or open a new issue.
Requirements
- PHP >= 7.2
- ArangoDB server version >= 3.4
Examples
Examples of how to create collections or documents and more are provided in the example
directory.
Tests
If you want to run the unit tests locally you need Docker and Docker Compose.
Install dependencies with:
Copy docker-compose.yml.dist
to docker-compose.yml
and modify to your needs.
Start containers with
Execute tests with
All versions of arangodb-php-client with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
ext-json Version *
fig/http-message-util Version ^1.1.2
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
ext-json Version *
fig/http-message-util Version ^1.1.2
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
The package sandrokeil/arangodb-php-client contains the following files
Loading the files please wait ....