---
title: "Laravel ClickHouse: A Full-Featured ClickHouse Driver for Laravel"
url: https://daily.dev/posts/laravel-clickhouse-a-full-featured-clickhouse-driver-for-laravel-dqro9rm9u
source_url: https://laravel-news.com/laravel-clickhouse-a-full-featured-clickhouse-driver-for-laravel
type: article
source: "Laravel News"
published: 2026-05-07T13:07:50.381Z
updated: 2026-08-24T07:04:05.645Z
tags: ["php", "laravel", "clickhouse"]
reading_time: 2
upvotes: 26
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Laravel ClickHouse: A Full-Featured ClickHouse Driver for Laravel

**[Laravel News](https://daily.dev/sources/ln)** · 2 min read · 26 upvotes · 0 comments

## Summary

Laravel ClickHouse is a database driver that integrates ClickHouse with Laravel, providing Eloquent models, a Query Builder with ClickHouse-specific clauses (FINAL, ARRAY JOIN, SAMPLE, PREWHERE), a Schema Builder supporting MergeTree engines and partition keys, and Laravel migration support. It also includes a Parallel helper for concurrent query execution via Guzzle's async HTTP pool, and supports dual HTTP transports (Guzzle and Curl/phpclickhouse). ClickHouse is a column-oriented database suited for analytical workloads, event tracking, and time-series data at scale.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-clickhouse-a-full-featured-clickhouse-driver-for-laravel>

## Similar posts on daily.dev

- [Use a Google Sheet as Your Laravel Database with the Google Sheets Database Driver](https://daily.dev/posts/use-a-google-sheet-as-your-laravel-database-with-the-google-sheets-database-driver-m7d0ptvqg) · Laravel News · 0 upvotes · 1 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#clickhouse](https://daily.dev/tags/clickhouse)

[View this post on daily.dev](https://daily.dev/posts/laravel-clickhouse-a-full-featured-clickhouse-driver-for-laravel-dqro9rm9u)
