Looking to hire Laravel developers? Try LaraJobs

laravel-clickhouse-extended maintained by mrethical

Description
Laravel Clickhouse package extension
Last update
2026/05/01 11:40 (dev-main)
License
Downloads
10

Comments
comments powered by Disqus

Laravel Clickhouse Extended

Latest Version on Packagist Total Downloads

Extends cybercog/laravel-clickhouse with the Laravel 12.x DB commands it doesn't ship.

Requires PHP 8.3+ and Laravel 12 or 13.

Installation

composer require mrethical/laravel-clickhouse-extended

Commands

  • clickhouse:migrate
  • clickhouse:migrate-fresh
  • clickhouse:wipe
  • clickhouse:schema-dump

Testing

Mrethical\LaravelClickhouseExtended\Testing\ClickhouseTruncation — Clickhouse equivalent of Laravel's DatabaseTruncation trait, with parallel-testing support.

use Mrethical\LaravelClickhouseExtended\Testing\ClickhouseTruncation;

uses(TestCase::class, ClickhouseTruncation::class)->in('Feature');
composer test

License

MIT — see LICENSE.md.