Download the PHP package ariadata/laravel-clickhouse without Composer
On this page you can find all versions of the php package ariadata/laravel-clickhouse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ariadata/laravel-clickhouse
More information about ariadata/laravel-clickhouse
Files in ariadata/laravel-clickhouse
Package laravel-clickhouse
Short Description ClickHouse database driver for Laravel — Eloquent, query builder, and schema support (Laravel 13+).
License MIT
Homepage https://github.com/ariadata/laravel-clickhouse
Informations about the package laravel-clickhouse
Laravel ClickHouse
ariadata/laravel-clickhouse — a Laravel database driver for ClickHouse with Eloquent, the query builder, schema tooling, and ClickHouse-specific query helpers.
Forked and maintained from kundan-in/clickhouse-laravel with a new vendor namespace: Ariadata\LaravelClickHouse.
Requirements
- PHP 8.3+
- Laravel 13.x
- ClickHouse server (HTTP interface, default port 8123)
Installation
Laravel will auto-discover ClickHouseServiceProvider and register the ClickHouse facade.
Configuration
1. Publish config (optional)
2. Environment
3. config/database.php
Usage
Eloquent model
Facade
Schema (ClickHouse engines, MergeTree, etc.)
Use Schema::connection('clickhouse') with the package’s blueprint helpers — see SPEC.md and tests for examples.
Migrating from kundan-in/clickhouse-laravel
- Replace the Composer package with
ariadata/laravel-clickhouse. - Find/replace namespace
KundanIn\ClickHouseLaravel→Ariadata\LaravelClickHousein your app (models, facades, casts, imports). - Republish config if you reference the old provider name in docs/scripts.
Development
License
MIT. See CHANGELOG.md.
Contributing
Issues and pull requests are welcome in this repository’s GitHub project.
All versions of laravel-clickhouse with dependencies
illuminate/database Version ^13.0
illuminate/support Version ^13.0
smi2/phpclickhouse Version ^1.6