2017 © Pedro Peláez
 

library php-cassandra-client

PHP Cassandra Client

image

asimlqt/php-cassandra-client

PHP Cassandra Client

  • Tuesday, September 30, 2014
  • by Asim
  • Repository
  • 1 Watchers
  • 0 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Installation

Using composer is the recommended way to install it., (*1)

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

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

2 - Download and install Composer., (*3)

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

3 - Install your dependencies., (*4)

php composer.phar install

4 - Require Composer's autoloader., (*5)

require 'vendor/autoload.php';

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);
}

The Versions

30/09 2014

dev-master

9999999-dev https://github.com/asimlqt/php-cassandra-client

PHP Cassandra Client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

by Asim Liaquat

client cassandra apache

30/09 2014

0.2.0

0.2.0.0 https://github.com/asimlqt/php-cassandra-client

PHP Cassandra Client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

by Asim Liaquat

client cassandra apache

30/09 2014

0.1

0.1.0.0 https://github.com/asimlqt/php-cassandra-client

PHP Cassandra Client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

by Asim Liaquat

client cassandra apache