Native PHP extension for ArangoDB.
First install dependencies with
$ ./get_fuerte
This extension is build with native Zend Engine. The build is simple with Docker Compose.
$ docker-compose build arangodb-builder
$ docker-compose up -d --no-recreate arangodb
$ docker-compose run --rm arangodb-builder
$ docker-compose run --rm arangodb-builder make test
$ docker-compose build php
$ docker-compose run --rm php vendor/bin/phpunit
Cleanup
$ docker-compose down -v
$ docker-compose run --rm arangodb-builder make clean
$ docker-compose run --rm arangodb-builder phpize --clean
Check which symbols are in modules/arangodb.so. See nm docs.
$ nm -g modules/arangodb.so | grep arangodb
$ ldd modules/arangodb.so
Open management UI. You should see one collection
named testobi.