File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Cassandra client library for PHP
2
2
================================
3
3
4
- Cassandra client library for PHP, which supports Protocol v5 (Cassandra 4.x) and asynchronous requests.
4
+ Cassandra client library for PHP, which supports Protocol v5 (Cassandra 4.x, 5.x ) and asynchronous requests.
5
5
6
6
https://packagist.org/packages/mroosz/php-cassandra
7
7
8
8
## Features
9
- * Using Protocol v5 (Cassandra 4.x)
9
+ * Using Protocol v5 (Cassandra 4.x, 5.x )
10
10
* Supports ssl/tls with stream transport layer
11
11
* Supports asynchronous and synchronous requests
12
12
* Support for logged, unlogged and counter batches
Original file line number Diff line number Diff line change 6
6
* Remove uneeded bin -> int -> bin conversions
7
7
* Add fromValue() and fromMixedValue()
8
8
* Move bin conversions to a single place
9
+ * Add documentation
You can’t perform that action at this time.
0 commit comments