Hi all,
I'm looking for a good, working solution for laravel + clickhouse!
I have to connect to the tcp port of 9004 on clickhouse server.
I've tried with:
https://packagist.org/packages/glushkovds/phpclickhouse-laravel
without any success, for some reason it's always returns: Can't ping server
My other try was with:
https://packagist.org/packages/cybercog/laravel-clickhouse
where on this:
$test = app(\ClickHouseDB\Client::class)->showTables();
dd($test);
I get:
Received HTTP/0.9 when not allowed
I'm using:
Laravel: v10
PHP: v8.3
Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel
ClickHouse migrations for Laravel