PHP Package: smi2/phpclickhouse
PHP library for interacting with ClickHouse databases, providing efficient data retrieval and storage capabilities.
Package Description
PHPClickHouse is a comprehensive library designed to streamline data management tasks with ClickHouse databases. With its intuitive interface, users can effortlessly query, insert, and update data, enhancing database performance and scalability. This library simplifies the integration of ClickHouse databases into PHP applications, empowering developers to handle large datasets with ease and precision.
Download Latest Version: 1.6.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/smi2/phpclickhouse/1.6.0/loader.php';
require_once 'libs/smi2/phpclickhouse-dependency/{lib_version}/loader.php';
use PHPClickHouse\Connection;
use PHPClickHouse\Query;
$obj = new Connection();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.