PHPackages                             asimlqt/php-cassandra-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. asimlqt/php-cassandra-client

ActiveLibrary[Database &amp; ORM](/categories/database)

asimlqt/php-cassandra-client
============================

PHP Cassandra Client

0.2.0(11y ago)0109[2 issues](https://github.com/asimlqt/php-cassandra-client/issues)Apache-2.0PHPPHP &gt;=5.5.0

Since Sep 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/asimlqt/php-cassandra-client)[ Packagist](https://packagist.org/packages/asimlqt/php-cassandra-client)[ Docs](https://github.com/asimlqt/php-cassandra-client)[ RSS](/packages/asimlqt-php-cassandra-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Installation
------------

[](#installation)

Using [composer](https://getcomposer.org/) is the recommended way to install it.

1 - Add "asimlqt/php-cassandra-client" as a dependency in your project's composer.json file.

```
{
    "require": {
        "asimlqt/php-cassandra-client": "0.2.*"
    }
}
```

2 - Download and install Composer.

```
curl -sS https://getcomposer.org/installer | php

```

3 - Install your dependencies.

```
php composer.phar install

```

4 - Require Composer's autoloader.

```
require 'vendor/autoload.php';

```

Usage
-----

[](#usage)

```
$connection = new Cassandra\Cql\Connection("127.0.0.1:9042", "mykeyspace");

$query = "select * from mytable";
$result = $connection->query($query);

foreach($result as $row) {
    print_r($row);
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4238d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d1ba605a0d5efec9649a10ac22f37d0c140e8ee928daac34686e987719bee17?d=identicon)[Asim](/maintainers/Asim)

---

Top Contributors

[![asimlqt](https://avatars.githubusercontent.com/u/1963846?v=4)](https://github.com/asimlqt "asimlqt (2 commits)")

---

Tags

clientapachecassandra

### Embed Badge

![Health badge](/badges/asimlqt-php-cassandra-client/health.svg)

```
[![Health](https://phpackages.com/badges/asimlqt-php-cassandra-client/health.svg)](https://phpackages.com/packages/asimlqt-php-cassandra-client)
```

###  Alternatives

[phpfastcache/phpfastcache

PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.

2.4k5.0M130](/packages/phpfastcache-phpfastcache)[clue/redis-react

Async Redis client implementation, built on top of ReactPHP.

28210.5M45](/packages/clue-redis-react)[datastax/php-driver

DataStax PHP Driver for Apache Cassandra

437521.5k19](/packages/datastax-php-driver)[basho/riak

Official Riak client for PHP

159246.7k7](/packages/basho-riak)[probots-io/pinecone-php

Unofficial PHP Client for Pinecone Vector Database (pinecone.io)

75414.1k6](/packages/probots-io-pinecone-php)[php-on-couch/php-on-couch

CouchDB NoSQL database access in PHP

103190.3k3](/packages/php-on-couch-php-on-couch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
