PHPackages                             olegsv/history - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. olegsv/history

ActiveLibrary[Database &amp; ORM](/categories/database)

olegsv/history
==============

This package put information about each request into clickhouse db

v1.0(4y ago)229MITPHPPHP &gt;=7.1

Since Oct 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/olegsv3007/request_history_package)[ Packagist](https://packagist.org/packages/olegsv/history)[ RSS](/packages/olegsv-history/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

README
======

[](#readme)

1. Add ClickhouseServiceProvider into your config/app.php file, 'providers' section.

```
'providers' => [
  .......
  \PhpClickHouseLaravel\ClickhouseServiceProvider::class,
  .......
```

2. Publish package files

```
php artisan vendor:publish
```

3. Add connection for clickhouse into your config/database.php file.

```
        'clickhouse' => [
            'driver' => 'clickhouse',
            'host' => env('CLICKHOUSE_HOST'),
            'port' => env('CLICKHOUSE_PORT','8123'),
            'database' => env('CLICKHOUSE_DATABASE','default'),
            'username' => env('CLICKHOUSE_USERNAME','default'),
            'password' => env('CLICKHOUSE_PASSWORD',''),
            'timeout_connect' => env('CLICKHOUSE_TIMEOUT_CONNECT',2),
            'timeout_query' => env('CLICKHOUSE_TIMEOUT_QUERY',2),
            'https' => (bool)env('CLICKHOUSE_HTTPS', null),
            'retries' => env('CLICKHOUSE_RETRIES', 0),
            'settings' => [ // optional
                'max_partitions_per_insert_block' => 300,
            ],
        ],
```

4. Run migration

```
php artisan migrate
```

5. Now you can see all requests to your server (use '/history' route).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1730d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36037071?v=4)[Oleg Sviridov](/maintainers/olegsv3007)[@olegsv3007](https://github.com/olegsv3007)

---

Top Contributors

[![olegsv3007](https://avatars.githubusercontent.com/u/36037071?v=4)](https://github.com/olegsv3007 "olegsv3007 (8 commits)")

### Embed Badge

![Health badge](/badges/olegsv-history/health.svg)

```
[![Health](https://phpackages.com/badges/olegsv-history/health.svg)](https://phpackages.com/packages/olegsv-history)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8465.5M96](/packages/laravel-doctrine-orm)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k13](/packages/laravel-surveyor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
