PHPackages                             gensart-x/php-rethink-driver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gensart-x/php-rethink-driver

ActiveLibrary

gensart-x/php-rethink-driver
============================

A PHP client driver for the RethinkDB query language (ReQL)

02PHP

Since Oct 10Pushed 1y agoCompare

[ Source](https://github.com/gensart-x/php-rethink-driver)[ Packagist](https://packagist.org/packages/gensart-x/php-rethink-driver)[ RSS](/packages/gensart-x-php-rethink-driver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP-RQL
=======

[](#php-rql)

A PHP client driver for the RethinkDB query language (ReQL).

PHP-RQL is licensed under the terms of the Apache License 2.0

Continuous Integration
----------------------

[](#continuous-integration)

Master branch: [![master branch](https://camo.githubusercontent.com/dedf7203bb17de287583a49dffdb53fa170c311dd81d0c601920e7b40410f545/68747470733a2f2f7472617669732d63692e6f72672f64616e69656c6d657765732f7068702d72716c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/danielmewes/php-rql)

Development branch: [![dev branch](https://camo.githubusercontent.com/c9f0f2978cfc2b7ba0dbf5a71b476009c53652fbeafb1ae04b9f073f42586d25/68747470733a2f2f7472617669732d63692e6f72672f64616e69656c6d657765732f7068702d72716c2e7376673f6272616e63683d646576)](https://travis-ci.org/danielmewes/php-rql)

To run the tests at the command line, issue `composer install` and then `composer test` at the package root. This requires `composer` to be available in `$PATH`.

Documentation
-------------

[](#documentation)

Read the PHP-RQL [API documentation](http://danielmewes.dnsalias.net/~daniel/php-rql-api/).

The official [JavaScript driver documentation](http://rethinkdb.com/api/javascript/) has more details on the available terms. Most examples for the JavaScript driver can be translated to PHP-RQL with few changes.

Example
-------

[](#example)

```
