We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e1235 commit 66ee9c6Copy full SHA for 66ee9c6
README.md
@@ -10,7 +10,7 @@ PHP ClickHouse wrapper
10
11
## Features
12
13
-- No dependency, only Curl (support php `>=7.0` )
+- No dependency, only Curl (support php `>=7.1` )
14
- Select parallel queries (asynchronous)
15
- Asynchronous bulk inserts from CSV file
16
- Http compression (Gzip), for bulk inserts
@@ -42,8 +42,10 @@ $db = new ClickHouseDB\Client(['config_array']);
42
$db->ping();
43
```
44
45
+Last stable version for:
46
+- php 5.6 = `1.1.2`
47
+- php 7.0 = `1.2.4`
48
-Last stable version for php 5.6 = `1.1.2`
49
50
[Packagist](https://packagist.org/packages/smi2/phpclickhouse)
51
0 commit comments