Download the PHP package ssalpo/laravel-clickhouse without Composer
On this page you can find all versions of the php package ssalpo/laravel-clickhouse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ssalpo/laravel-clickhouse
More information about ssalpo/laravel-clickhouse
Files in ssalpo/laravel-clickhouse
Package laravel-clickhouse
Short Description ClickHouse migrations for Laravel
License MIT
Homepage https://komarev.com/sources/laravel-clickhouse
Informations about the package laravel-clickhouse
Laravel ClickHouse
Introduction
Laravel ClickHouse database integration. This package includes generation and execution of the ClickHouse database migrations in the Laravel application.
Features
- smi2/phpClickHouse client integration
- Migration creation
- Migration execution
Installation
Pull in the package through Composer.
Setup
Add environment variables in .env
file.
Configuration customization
Publish ClickHouse configuration.
Edit config/clickhouse.php
file.
Usage
ClickHouse client
You can use a singleton object smi2/phpClickHouse to query ClickHouse:
ClickHouse database migration
Create migration
New migration will be created in
database/clickhouse-migrations
directory.
Run migrations
To remove the interactive question during production migrations, you can use --force
option.
Step
You can specify how many files need to be applied:
Value
0
is default — all files
Rollback migrations
Rolling back migrations is intentionally unavailable. Migrations should go only forward.
Changelog
Detailed changes for each release are documented in the CHANGELOG.md.
License
Laravel ClickHouse
package is open-sourced software licensed under the Anton Komarev.
🌟 Stargazers over time
About CyberCog
CyberCog is a Social Unity of enthusiasts. Research the best solutions in product & software development is our passion.
All versions of laravel-clickhouse with dependencies
illuminate/console Version ^9.0|^10.1.3
illuminate/contracts Version ^9.0|^10.1.3
illuminate/filesystem Version ^9.0|^10.1.3
illuminate/support Version ^9.0|^10.1.3
ssalpo/phpclickhouse Version ^1.5