Download the PHP package tangwei/hyperf-clickhouse without Composer
On this page you can find all versions of the php package tangwei/hyperf-clickhouse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package hyperf-clickhouse
phpClickHouse-hyperf
Adapter to Hyperf framework of the most popular libraries:
- https://github.com/tw2066/ClickhouseBuilder - good query builder
Features
No dependency
More: https://github.com/smi2/phpClickHouse#features
Prerequisites
- PHP 8.1
- Hyperf = 3.1
- Clickhouse server
Installation
-
Install via composer
- Add new connection into your config/database.php:
Then patch your .env:
- Used
You can use smi2/phpClickHouse functionality directly:
More about $db see here: https://github.com/smi2/phpClickHouse/blob/master/README.md
Or use dawnings of Eloquent ORM (will be implemented completely)
-
Add model
-
Add migration
- And then you can insert data
One row
Or bulk insert
- Now check out the query builder
Working with huge rows
You can chunk results like in Laravel
Buffer engine for insert queries See https://clickhouse.tech/docs/en/engines/table-engines/special/buffer/
If you also want to read from your buffer table, put its name in $table
OPTIMIZE Statement See https://clickhouse.com/docs/ru/sql-reference/statements/optimize/
Deletions
See https://clickhouse.com/docs/en/sql-reference/statements/alter/delete/
Using buffer engine and performing OPTIMIZE or ALTER TABLE DELETE
All versions of hyperf-clickhouse with dependencies
hyperf/database Version ~3.1.0
hyperf/paginator Version ~3.1.0
hyperf/pool Version ~3.1.0
tangwei/clickhouse-builder Version ~1.0.0