PackageTrack
Sign in Get early access

glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

v2.8.0 1.7M downloads/mo #2240 most downloaded on Packagist glushkovds/phpclickhouse-laravel

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Release timing varies

gaps range from 3 weeks to 8 months

Some releases are documented

notes for 24 of 67 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

67 releases · first in 2020

13 releases in the last 12 months

see the full history below

Release timeline

66 releases · Sep 2020 to Aug 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 67
  1. v2.8.0 21 Aug 2026

    Nothing published for this version

  2. v2.7.3 19 Aug 2026

    Nothing published for this version

  3. v2.7.2 19 Aug 2026

    Nothing published for this version

  4. v2.7.1 01 Jun 2026

    Nothing published for this version

  5. v2.7.0 01 Jun 2026
    Release notes

    Feat: simplify Laravel package installation

    - add Laravel package auto-discovery
    - register default ClickHouse connection from internal config
    - remove manual service provider setup from README
    - document env-based setup and database.php overrides
    - normalize ClickHouse port config to integer
    - remove unnecessary "Installing required libs" from tests
    - test: install the package under test via Composer path repository

    Open source →
    Release notes

    Features

    1. Added Laravel package auto-discovery for ClickhouseServiceProvider
    2. Added automatic registration of the default clickhouse database connection from package config
    3. Simplified installation docs: only environment variables are required for the default connection

    Upgrade notes

    1. Laravel applications using package discovery should remove PhpClickHouseLaravel\ClickhouseServiceProvider from config/app.php or bootstrap/providers.php
    2. Keep manual service provider registration only for Lumen applications or Laravel applications with package discovery disabled
    3. If your application uses cached configuration, rebuild the config cache after changing ClickHouse environment values

    Testing

    1. Updated the test bootstrap to install the package under test via Composer path repository
    Open source →
  6. v2.6.1 29 May 2026
    Release notes

    Fix: Method PhpClickHouseLaravel\SchemaGrammar::typeSmallInteger does…

    … not exist.

    Open source →
  7. v2.6.0 28 May 2026

    Nothing published for this version

  8. v2.5.5 19 Apr 2026

    Nothing published for this version

  9. v2.5.4 19 Apr 2026
    Release notes

    Fix Laravel 13 compatibility issue (#55), Integrations/Laravel/Connec…

    …tion::select()

    Open source →
  10. v2.5.3 17 Apr 2026
    Release notes

    Fix CurlerRollingWithRetries::execOne definition to match smi2/phpCli…

    …ckHouse v1.26.406 (#57)

    Open source →
  11. v2.5.2 24 Mar 2026

    Nothing published for this version

  12. v2.5.1 24 Mar 2026

    Nothing published for this version

  13. v2.5.0 10 Feb 2026
    Release notes

    Features

    1. Replaced the Eloquent HasEvents trait with a minimal custom implementation
    2. Added query logging to the Builder class
    Open source →
  14. v2.3.4 27 Jun 2025

    Nothing published for this version

  15. v2.3.3 26 Jun 2025

    Nothing published for this version

  16. v2.3.2 24 Apr 2025

    Nothing published for this version

  17. v2.3.1 24 Apr 2025

    Nothing published for this version

  18. v2.3.0 21 Apr 2025
    Release notes

    Features

    1. Added Schema Builder
    Open source →
  19. v2.2.1 18 Apr 2025

    Nothing published for this version

  20. v2.2.0 27 Feb 2025
    Release notes

    Features

    1. Added support for Laravel 12 (#36)
    2. Added count, paginate and simplePaginate (#37)
    Open source →
  21. v2.1.1 13 Sep 2024

    Nothing published for this version

  22. v2.1.0 10 Sep 2024
    Release notes

    Bug fixes

    1. Parameter numbering with whereIn
    Open source →
  23. v2.0.0 26 Jul 2024
    Release notes

    Features

    1. ClickHouse cluster support

    Breaking changes

    1. The minimum required PHP version is 8.0
    2. Removed deprecated method BaseModel::insert, use BaseModel::insertBulk instead
    3. Method BaseModel::prepareAndInsert is marked as deprecated, use BaseModel::prepareAndInsertBulk instead
    Open source →
  24. v1.20.0 25 Jun 2024

    Nothing published for this version

  25. v1.19.3 10 Apr 2024

    Nothing published for this version

  26. v1.19.2 10 Apr 2024

    Nothing published for this version

  27. v1.19.1 16 Oct 2023

    Nothing published for this version

  28. v1.19.0 28 Sep 2023
    Release notes

    Features

    1. Added column casting feature for data insertion
    Open source →
  29. v1.18.1 28 Sep 2023

    Nothing published for this version

  30. v1.18.0 10 Jul 2023
    Release notes

    Features

    1. Added the settings clause to the select query builder
    Open source →
  31. v1.17.2 07 Jul 2023

    Nothing published for this version

  32. v1.17.1 18 Apr 2023

    Nothing published for this version

  33. v1.17.0 24 Mar 2023
    Release notes

    Features

    1. Working with multiple Clickhouse instances in a project
    Open source →
  34. v1.16.4 03 Mar 2023

    Nothing published for this version

  35. v1.16.3 03 Mar 2023
    Release notes

    Bug fixes

    1. Laravel/Lumen 10+ support
    Open source →
  36. v1.16.2 03 Mar 2023
    Release notes

    Bug fixes

    1. Quoted partition name in "optimize table" statement
    Open source →
  37. v1.16.1 30 Jan 2023
    Release notes

    Bug fixes

    1. Fix complying with psr-4 autoload standard \PhpClickHouseLaravel\Exceptions\QueryException
    Open source →
  38. v1.16.0 27 Dec 2022

    Nothing published for this version

  39. v1.15.4 25 Nov 2022

    Nothing published for this version

  40. v1.15.3 23 Nov 2022

    Nothing published for this version

  41. v1.15.2 16 Nov 2022

    Nothing published for this version

  42. v1.15.1 29 Aug 2022

    Nothing published for this version

  43. v1.15.0 15 Aug 2022

    Nothing published for this version

  44. v1.14.2 27 Jul 2022

    Nothing published for this version

  45. v1.14.1 29 Jun 2022

    Nothing published for this version

  46. v1.14.0 29 Jun 2022

    Nothing published for this version

  47. v1.12.1 18 Feb 2022

    Nothing published for this version

  48. v1.12.0 19 Jan 2022
    Release notes

    Features

    1. Add delete method for BaseModel
    Open source →
  49. v1.11.0 09 Jan 2022
    Release notes

    Fixed

    1. Fix issue #8: Migrations on standalone Clickhouse database
    Open source →
  50. v1.10.0 20 Sep 2021
    Release notes

    Features

    1. Ability to set connection settings
    Open source →
  51. v1.9.0 25 Aug 2021
    Release notes

    Features

    1. Lumen support
    2. Add InsertArray expression
    Open source →
  52. v1.8.0 07 Jun 2021
    Release notes

    Features

    1. Add BaseModel::$tableForInserts for Buffer engine
    Open source →
  53. v1.7.0 24 May 2021
    Release notes

    Features

    1. Add method Builder::chunk
    Open source →
  54. v1.6.0 25 Mar 2021
    Release notes

    Features

    1. Add method BaseModel::optimize
    Open source →
  55. v1.5.4 27 Feb 2021

    Nothing published for this version

  56. v1.5.3 18 Dec 2020

    Nothing published for this version

  57. v1.5.2 no date

    Nothing published for this version

  58. v1.5.1 18 Dec 2020

    Nothing published for this version

  59. v1.5.0 18 Dec 2020
    Release notes

    Features

    1. Fix restriction: "keys inside the array list must match" at \ClickHouseDB\Client::prepareInsertAssocBulk
    Open source →
  60. v1.4.0 11 Dec 2020
    Release notes

    Features

    1. #1: Ability to retry requests while received not 200 response, maybe due network connectivity problems.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive