ArangoDB-PHP - A PHP client for ArangoDB
ArangoDB-PHP - A PHP client for ArangoDB allowing developer to communicate with ArangoDB from PHP applications. The library itself is written in PHP and has no further dependencies but just plain PHP 5.3 (or higher).
The client provides document and collection classes that you can leverage in order to work with documents and collections in an OO fashion.
When exchanging document data with the server, the library internally will use the HTTP REST interface of ArangoDB. The library user does not have to care about this fact as all the details of the REST interface are abstracted by the client library.