You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
17
14
18
15
Documentation
19
16
----------------
20
17
21
-
Read the PHP-RQL [API documentation](http://danielmewes.dnsalias.net/~daniel/php-rql-api/).
18
+
Read `docs/index.html`, or `docs/php-index.md`.
22
19
23
20
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.
24
21
@@ -64,11 +61,17 @@ Example
64
61
Release Notes
65
62
----------------
66
63
67
-
...are available on the main website: http://php-rql.dnsalias.net
64
+
This is based off of https://github.com/danielmewes/php-rql, and his
65
+
past release notes as of version 2.3.0 are available on its website:
66
+
http://php-rql.dnsalias.net
68
67
68
+
Further changes:
69
+
- Added support for PHP 8 (and dropped support for prior versions)
70
+
- Added support for RethinkDB 2.4 commands (write hooks and bitwise ops)
69
71
70
72
Attributions
71
73
------------
74
+
* PHP-RQL was originally developed by Daniel Mewes.
72
75
* PHP-RQL uses pb4php http://code.google.com/p/pb4php/ by Nikolai Kordulla.
73
76
* The API documentation is based on the official RethinkDB API documentation.
74
77
* The API documentation is built using jTokenizer by Tim Whitlock (http://timwhitlock.info) and PHP Markdown by Michel Fortin (https://michelf.ca/).
0 commit comments