Download the PHP package jippi/php-cassandra without Composer
On this page you can find all versions of the php package jippi/php-cassandra. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jippi/php-cassandra
More information about jippi/php-cassandra
Files in jippi/php-cassandra
Download jippi/php-cassandra
More information about jippi/php-cassandra
Files in jippi/php-cassandra
Vendor jippi
Package php-cassandra
Short Description Cassandra client library for PHP, which support Protocol v3 and asynchronous request
License MIT
Package php-cassandra
Short Description Cassandra client library for PHP, which support Protocol v3 and asynchronous request
License MIT
Please rate this library. Is it a good library?
Informations about the package php-cassandra
Cassandra client library for PHP
Cassandra client library for PHP, which support Protocol v3 (Cassandra 2.1) and asynchronous request
Features
- Using Protocol v3 (Cassandra 2.1)
- Support asynchronous and synchronous request
- Support for logged, unlogged and counter batches
- The ability to specify the consistency, "serial consistency" and all flags defined in the protocol
- Support Query preparation and execute
- Support all data types conversion and binding, including collection types, tuple and UDT
- Support conditional update/insert
- 5 fetch methods (fetchAll, fetchRow, fetchPairs, fetchCol, fetchOne)
- 800% performance improvement(async mode) than other php cassandra client libraries
Installation
PHP 5.4+ is required. There is no need for additional libraries.
Append dependency into composer.json
Basic Using
Fetch Data
Query Asynchronously
Using preparation and data binding
Using Batch
Supported datatypes
All types are supported.
Recommend Libraries
- shen2/fluent-cql: write CQL in fluent interface
- duoshuo/uuid: generate UUID and TimeUUID
Inspired by
All versions of php-cassandra with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package jippi/php-cassandra contains the following files
Loading the files please wait ....