Registry / database / danielmewes-php-rql

danielmewes-php-rql

JSON →
library2.3.0phppackagistunverified

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

composer require danielmewes/php-rql
INSTALL
IMPORT
SIG · DANIELMEWES-PHP-RQ
D
danielmewes-php-rql
databasephpv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
use danielmewes\PhpRql\Connection;

Connect to RethinkDB and run a query.

use danielmewes\PhpRql\Connection; $conn = new Connection(['host' => 'localhost', 'port' => 28015]); $conn->connect(); $result = r\db('test')->table('users')->run($conn);
Debug
Known issues
breakingRethinkDB is no longer actively maintained; consider alternatives.
fix
Migrate to another database like PostgreSQL or MongoDB.
affects: >=2.3.0
Upgrade
Version history
2.3.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
OpenAI (training)
1
Resources
danielmewes-php-rql — pip install danielmewes-php-rql · libregistry