Download the PHP package aslubsky/php-cassandra-binary without Composer
On this page you can find all versions of the php package aslubsky/php-cassandra-binary. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aslubsky/php-cassandra-binary
More information about aslubsky/php-cassandra-binary
Files in aslubsky/php-cassandra-binary
Download aslubsky/php-cassandra-binary
More information about aslubsky/php-cassandra-binary
Files in aslubsky/php-cassandra-binary
Vendor aslubsky
Package php-cassandra-binary
Short Description PHP library for Cassandra database via a binary protocol
License MIT
Package php-cassandra-binary
Short Description PHP library for Cassandra database via a binary protocol
License MIT
Please rate this library. Is it a good library?
Informations about the package php-cassandra-binary
PHP library for Cassandra
Cassandra client library for PHP, using the native binary protocol.
Roadmap for version 0.2.0
- UUID generation
- timestamp only with microsecond
- using v2 protocol
- speedup
- the ability to specify the settings (setup default consistency level and more)
- more fixes
Installation
PHP 5.4+ is required. There is no need for additional libraries.
Append dependency into composer.json
Base Using
Using transaction
Supported datatypes
All types are supported.
- ascii, varchar, text Result will be a string.
- bigint, counter, varint Converted to strings using bcmath.
- blob Result will be a string.
- boolean Result will be a boolean as well.
- decimal Converted to strings using bcmath.
- double, float, int Result is using native PHP datatypes.
- timestamp Converted to integer. Milliseconds precision is lost.
- uuid, timeuuid, inet No native PHP datatype available. Converted to strings.
- list, set Converted to array (numeric keys).
- map Converted to keyed array.
All versions of php-cassandra-binary with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package aslubsky/php-cassandra-binary contains the following files
Loading the files please wait ....