Download the PHP package duoshuo/php-cassandra without Composer
On this page you can find all versions of the php package duoshuo/php-cassandra. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download duoshuo/php-cassandra
More information about duoshuo/php-cassandra
Files in duoshuo/php-cassandra
Download duoshuo/php-cassandra
More information about duoshuo/php-cassandra
Files in duoshuo/php-cassandra
Vendor duoshuo
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 ssl/tls with stream transport layer
- 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)
- Two transport layers - socket and stream.
- Using exceptions to report errors
- 800% performance improvement(async mode) than other php cassandra client libraries
Installation
PHP 5.4+ is required. There is no need for additional libraries.
If you want to use Bigint or Timestamp type, 64-bit system is required.
Append dependency into composer.json
Also you can just fetch project from Github and include in your code:
Basic Using
Fetch Data
Query Asynchronously
Using preparation and data binding
Using Batch
Supported datatypes
All types are supported.
Using nested datatypes
Recommend Libraries
- shen2/fluent-cql: write CQL in fluent interface
- duoshuo/uuid: generate UUID and TimeUUID
- shen2/crest: Restful web API for Cassandra
- shen2/cadmin: Web admin panel for Cassandra, like phpmyadmin
Inspired by
All versions of php-cassandra with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package duoshuo/php-cassandra contains the following files
Loading the files please wait ....