php-rql
php-rql copied to clipboard
A PHP client driver for the RethinkDB query language (ReQL).
php5.3
Any reason for still supporting php53? [Seems even 5.4](http://php.net/eol.php) is EOL, targeting 5.5 or 5.6 might make more sense.
There is little or no activity on this repository other than new issues and pull requests being posted. Does this project need a new maintainer @danielmewes?
Hello, how to connect specifying username and password?
Hi, I'm trying to do a search/filter on nested properties using the library but can't figure it out. Any good example for something like this where I want to search...
The following does not work. It shoots back an error saying maxDist not recognized optional parameter. Is there a slight change to spelling that I'm not aware of or something?...
I'm new to this library. Coming from the JS driver here. Am I doing this wrong, or is there a bug here. Can someone confirm? I'm having an issue passing...
In my opinion: ``` php $feed = r\table('games')->changes()->run($conn); foreach ($feed as $change) { print_r($change); } ``` should not block the thread, perhaps some kind of option? If there's no changes,...
$result is an object, that throws an exception when you run the demo code.
Not testing if $val is a string before testing if it is a subclass can cause autoloader class to abnormally load a class which match string value in include directory.
Hi, I'm not entirely sure why it happens, and I suppose there is a good reason for it, but when I query an object, the single request (to a rather...