Registry / database / thobbs-phpcassa

thobbs-phpcassa

JSON →
library1.1.1phppackagistunverified

PHP Cassandra Library

composer require thobbs/phpcassa
INSTALL
IMPORT
SIG · THOBBS-PHPCASSA
T
thobbs-phpcassa
databasephpv1.1.1
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.

ColumnFamily
use phpcassa\ColumnFamily;

Connect to Cassandra and retrieve a row from a column family.

use phpcassa\ColumnFamily; use phpcassa\Connection\ConnectionPool; $pool = new ConnectionPool('keyspace', ['127.0.0.1']); $cf = new ColumnFamily($pool, 'column_family'); $result = $cf->get('row_key');
Debug
Known issues
breakingRequires the Cassandra CQL extension (cassandra.so) which may not be available on all PHP installations.
fix
Install the Cassandra PHP driver via PECL or compile from source.
affects: >=1.0.0
Upgrade
Version history
1.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
Meta
1
Amazon
1
OpenAI (training)
1
Resources
thobbs-phpcassa — pip install thobbs-phpcassa · libregistry