Download the PHP package danielmewes/php-rql without Composer
On this page you can find all versions of the php package danielmewes/php-rql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download danielmewes/php-rql
More information about danielmewes/php-rql
Files in danielmewes/php-rql
Package php-rql
Short Description A PHP client driver for the RethinkDB query language (ReQL)
License Apache-2.0
Homepage http://danielmewes.github.io/php-rql/
Informations about the package 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 http://www.apache.org/licenses/LICENSE-2.0
Continuous Integration
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
Read the PHP-RQL API documentation.
The official JavaScript driver documentation has more details on the available terms. Most examples for the JavaScript driver can be translated to PHP-RQL with few changes.
Example
Release Notes
...are available on the main website: http://php-rql.dnsalias.net
Attributions
- PHP-RQL uses pb4php http://code.google.com/p/pb4php/ by Nikolai Kordulla.
- The API documentation is based on the official RethinkDB API documentation.
- The API documentation is built using jTokenizer by Tim Whitlock (http://timwhitlock.info) and PHP Markdown by Michel Fortin (https://michelf.ca/).