PHPackages                             kalpeshhpatel/laravel-cassandra - 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. kalpeshhpatel/laravel-cassandra

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

kalpeshhpatel/laravel-cassandra
===============================

11625PHP

Since Jun 13Pushed 10y agoCompare

[ Source](https://github.com/kalpeshhpatel/laravel-cassandra)[ Packagist](https://packagist.org/packages/kalpeshhpatel/laravel-cassandra)[ RSS](/packages/kalpeshhpatel-laravel-cassandra/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Cassandra
=================

[](#laravel-cassandra)

Laravel package for working with cassandra.

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

[](#installation)

Update your `composer.json` file to include this package as a dependency

```
"kalpeshhpatel/laravel-cassandra": "dev-master"
```

Register the Cassandra service provider by adding it to the providers array in the `app/config/app.php` file.

```
Kalpeshhpatel\LaravelCassandra\LaravelCassandraServiceProvider

```

Configuration
=============

[](#configuration)

Copy the config file into your project by running

```
php artisan config:publish kalpeshhpatel/laravel-cassandra

```

This will generate a config file like this

```
return array(

    /**
     * Update this with your node IP on which cassandra is running
     */
    'cassandra_node_ip' => '127.0.0.1',

    /**
     * Your application keyspace
     */
    'keyspace' => 'MyKeySpace'
);

```

Usage
=====

[](#usage)

\*\*Coming soon.

This package is basically wrapper of [PHPCassa](https://github.com/thobbs/phpcassa) libray in Laravel terms.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5223493?v=4)[Kalpesh Patel](/maintainers/kalpeshhpatel)[@kalpeshhpatel](https://github.com/kalpeshhpatel)

---

Top Contributors

[![kalpeshhpatel](https://avatars.githubusercontent.com/u/5223493?v=4)](https://github.com/kalpeshhpatel "kalpeshhpatel (4 commits)")[![marcorivm](https://avatars.githubusercontent.com/u/1222598?v=4)](https://github.com/marcorivm "marcorivm (1 commits)")

### Embed Badge

![Health badge](/badges/kalpeshhpatel-laravel-cassandra/health.svg)

```
[![Health](https://phpackages.com/badges/kalpeshhpatel-laravel-cassandra/health.svg)](https://phpackages.com/packages/kalpeshhpatel-laravel-cassandra)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M114](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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