2017 © Pedro Peláez
 

library laravel-cassandra

image

kalpeshhpatel/laravel-cassandra

  • Friday, June 13, 2014
  • by kalpeshhpatel
  • Repository
  • 0 Watchers
  • 10 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Laravel Cassandra

Laravel package for working with cassandra., (*1)

Installation

Update your composer.json file to include this package as a dependency, (*2)

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

Register the Cassandra service provider by adding it to the providers array in the app/config/app.php file., (*3)

Kalpeshhpatel\LaravelCassandra\LaravelCassandraServiceProvider

Configuration

Copy the config file into your project by running, (*4)

php artisan config:publish kalpeshhpatel/laravel-cassandra

This will generate a config file like this, (*5)

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

**Coming soon., (*6)

This package is basically wrapper of PHPCassa libray in Laravel terms., (*7)

The Versions

13/06 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by KalpeshPatel