PHPackages                             evseevnn/php-cassandra-binary - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. evseevnn/php-cassandra-binary

ActiveLibrary[Database &amp; ORM](/categories/database)

evseevnn/php-cassandra-binary
=============================

PHP library for Cassandra database via a binary protocol

v0.1.0(11y ago)6759.9k↓77.8%31[30 issues](https://github.com/evseevnn/php-cassandra-binary/issues)[4 PRs](https://github.com/evseevnn/php-cassandra-binary/pulls)MITPHPPHP &gt;=5.4.0

Since Jul 24Pushed 9y ago18 watchersCompare

[ Source](https://github.com/evseevnn/php-cassandra-binary)[ Packagist](https://packagist.org/packages/evseevnn/php-cassandra-binary)[ RSS](/packages/evseevnn-php-cassandra-binary/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (6)Used By (0)

PHP library for Cassandra
=========================

[](#php-library-for-cassandra)

Sorry, this repository deprecated and not maintained anymore. Please use
===================================================================================================================

[](#sorry-this-repository-deprecated-and-not-maintained-anymore-please-use-httpsgithubcomduoshuophp-cassandra)

[![Build Status](https://camo.githubusercontent.com/68ff6782cd38a2dc9bea3f66b816b9ad3dfc38b778b0b571221e0b0e5222053d/68747470733a2f2f7472617669732d63692e6f72672f4c61727346726f6e6975732f7068702d63617373616e6472612d62696e6172792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/LarsFronius/php-cassandra-binary)[![](https://camo.githubusercontent.com/5123b095eda6cf5177161543699c41ea7a6d2ce6d237ffab0d48af2963d0691e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6576736565766e6e2f7068702d63617373616e6472612d62696e6172792e706e67)](https://codeclimate.com/github/evseevnn/php-cassandra-binary)[![](https://camo.githubusercontent.com/97d2900ff1ef4dc7907cf793b0118fbba5e6217f55cf3a4bb84ff9bbc9f2257b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6576736565766e6e2f7068702d63617373616e6472612d62696e6172792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/evseevnn/php-cassandra-binary/)[![](https://camo.githubusercontent.com/a98dc27315336131a27fa0acfaef3f7ba6712ba278d5afcdaf24aa21f051bb84/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6576736565766e6e2f7068702d63617373616e6472612d62696e6172792f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/evseevnn/php-cassandra-binary/)

Cassandra client library for PHP, using the native binary protocol.

Roadmap for version 0.2.0
-------------------------

[](#roadmap-for-version-020)

- UUID generation
- timestamp only with microsecond
- using v2 protocol
- speedup
- the ability to specify the settings (setup default consistency level and more)
- more fixes

Known issues
------------

[](#known-issues)

- decimal and timestamps have bugs especially in collections (map,set,list)
- connection handling e.g. timeouts

Installation
------------

[](#installation)

PHP 5.4+ is required. There is no need for additional libraries.

Append dependency into composer.json

```
	...
	"require": {
		...
		"evseevnn/php-cassandra-binary": "dev-master"
	}
	...

```

Base Using
----------

[](#base-using)

```
