PHPackages                             geekimo/php-rql - 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. [Database &amp; ORM](/categories/database)
4. /
5. geekimo/php-rql

ActiveLibrary[Database &amp; ORM](/categories/database)

geekimo/php-rql
===============

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

3.0.0(1y ago)03.5k↓100%Apache-2.0PHPPHP ^8.3.0

Since Aug 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Geekimo/php-rql)[ Packagist](https://packagist.org/packages/geekimo/php-rql)[ Docs](https://github.com/Geekimo/php-rql/)[ RSS](/packages/geekimo-php-rql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (4)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)

```
