PHP Package: smi2/phpclickhouse

PHP library for interacting with ClickHouse databases, providing efficient data retrieval and storage capabilities.

Current Version: 1.6.0
Last Updated: 2025-01-15
PHP Requirement: ^8.0
Dependencies:
smi2/phpclickhouse-dependency
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.6.0

Download Download v1.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.