Skip to content

Commit b3f0179

Browse files
committed
Update README for the fork
1 parent b76a0d2 commit b3f0179

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@ A PHP client driver for the RethinkDB query language (ReQL).
55

66
PHP-RQL is licensed under the terms of the Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
77

8-
Continuous Integration
9-
-----------------------
10-
Master branch:
11-
[![master branch](https://travis-ci.org/danielmewes/php-rql.svg?branch=master)](https://travis-ci.org/danielmewes/php-rql)
8+
This is based off the original PHP-RQL, whose project website is at http://php-rql.dnsalias.net
129

13-
Development branch:
14-
[![dev branch](https://travis-ci.org/danielmewes/php-rql.svg?branch=dev)](https://travis-ci.org/danielmewes/php-rql)
10+
Testing
11+
-----------------------
1512

1613
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`.
1714

1815
Documentation
1916
----------------
2017

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`.
2219

2320
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.
2421

@@ -64,11 +61,17 @@ Example
6461
Release Notes
6562
----------------
6663

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
6867

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)
6971

7072
Attributions
7173
------------
74+
* PHP-RQL was originally developed by Daniel Mewes.
7275
* PHP-RQL uses pb4php http://code.google.com/p/pb4php/ by Nikolai Kordulla.
7376
* The API documentation is based on the official RethinkDB API documentation.
7477
* 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

Comments
 (0)