arangodb-php icon indicating copy to clipboard operation
arangodb-php copied to clipboard

PHP ODM for ArangoDB

Results 36 arangodb-php issues
Sort by recently updated
recently updated
newest added
trafficstars

For exports of big collections users may want to increase the cursor's TTL to a bigger value without having to change the server default.

feature
CLA missing

Implement relaxed Batchrequest that is introduced with ArangoDB 1.5. Also while we're at it, reduce the Batchpartname to one or two letters to save a few bytes in the request...

feature

For driver version 1.4 we need to implement replication functionality support as described here: - http://www.arangodb.org/manuals/1.4/HttpReplication.html

feature

hi, i would like to ask if you plan to support document classes just like doctrine does for example in its odm. with annotations and all that. because what i...

question
feature
frameworks / bundles

I noticed that the driver uses fopen instead of curl under the hood. Is there any particular reason why fopen as chosen as the preferred method? If there's no particular...

feature
discussion

So, I have done some work on the core client over the weekend. Following the convention that Jan introduced with the current classic client, I have made a local repo...

question
frameworks / bundles
discussion

This is an issue to introduce and follow-up on the progress of splitting the ArangoDB-PHP client. Introduction: I am in the process of splitting the driver into `core` and `higher...

discussion

I was thinking of adding an "allowed" or "denied" list of attributes that can be set/updated. Ideally this is a nestable list, that allows attributes in subdocuments as well. I'd...

feature

Not sure how feasible this is yet. Sometimes, we retrieve an edge and have an edge object. We then wish to replace, remove or update this edge. It is a...

feature
discussion

Many times, I just need to create a simple edge between 2 vertices with a label. In this case, I do not need to set attributes of any type on...

discussion