2017 © Pedro Peláez
 

library cassandra-stubs

'forked from SachaMorard/cassandra-stubs

image

ylin0603/cassandra-stubs

'forked from SachaMorard/cassandra-stubs

  • Sunday, January 21, 2018
  • by ylin0603
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Cassandra Stubs

PHP stubs for the php cassandra extension., (*1)

Requirements

  • PHP >= 5.3
  • Cassandra php driver https://github.com/datastax/php-driver

Cassandra php driver (https://github.com/datastax/php-driver) hasn't appropriate version number. The only version number available is for C/C++ driver version (wich is not the version of the extension itself). Because of it, version of this library follow the cassandra php-driver real version., (*2)

If you need to use cassandra php-driver v1.2.2, please install our library at 1.2.2 Follow the exact same logic for other available versions., (*3)

Installing via Composer

Install composer in a common location or in your project:, (*4)

curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:, (*5)

{
    "require-dev": {
        "sachoo/cassandra-stubs": "1.3.0"
    }
}

Run the composer installer:, (*6)

php composer.phar install

The Versions

21/01 2018

dev-master

9999999-dev

'forked from SachaMorard/cassandra-stubs

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-cassandra *

 

database nosql driver cassandra stubs datastax

14/01 2018

1.3.3

1.3.3.0

PHP stubs for the php cassandra extension.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-cassandra *

 

database nosql driver cassandra stubs datastax

30/12 2017

1.3.2

1.3.2.0

PHP stubs for the php cassandra extension.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-cassandra *

 

database nosql driver cassandra stubs datastax

30/12 2017

1.3.1

1.3.1.0

PHP stubs for the php cassandra extension.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-cassandra *

 

database nosql driver cassandra stubs datastax

23/03 2017

1.3.0

1.3.0.0

PHP stubs for the php cassandra extension.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-cassandra *

 

database nosql driver cassandra stubs datastax

23/02 2017

1.2.2

1.2.2.0

PHP stubs for the php cassandra extension.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-cassandra *

 

database nosql driver cassandra stubs datastax