mrethical/laravel-clickhouse-extended

Laravel Clickhouse package extension

Maintainers

Package info

github.com/mrethical/laravel-clickhouse-extended

pkg:composer/mrethical/laravel-clickhouse-extended

Fund package maintenance!

mrethical

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-05-01 09:40 UTC

This package is auto-updated.

Last update: 2026-05-01 09:41:08 UTC


README

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.