Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@mrcrypster mrcrypster released this 19 Jul 09:54
· 9 commits to main since this release

High performance Clickhouse PHP library featuring:

  • Tiny memory footprint based on static class (times better than smi2 client)
  • High level methods to fetch rows, single row, array of scalar values or single value.
  • Parametric queries (native Clickhouse sql-injection protection).
  • Long queries progress update through callback function.
  • Large resultsets "step-by-step" reading/processing without memory overflow.
  • Large datasets inserts without memory overflow.
  • Custom logging and error handling.
  • HTTP native compression for traffic reduction.
  • Curl based (shell curl command required for large inserts).