PHPackages                             programic/querylog - 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. programic/querylog

ActivePackage

programic/querylog
==================

Log all DB queries

v1.0(5y ago)03.4kproprietaryPHP

Since Jul 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/programic/querylog)[ Packagist](https://packagist.org/packages/programic/querylog)[ RSS](/packages/programic-querylog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Programic - Query log
=====================

[](#programic---query-log)

Met deze package worden alle database queries gelogt en berekend hoevaak dezelfde query word uitgevoerd.

Installatie
-----------

[](#installatie)

Om deze package te gebruiken, installeer je de package via composer.

Gebruik Composer installeer via commando:

```
composer require programic/querylog --dev

```

In je `composer.json`:

```
{
  "require-dev": {
    "programic/querylog": "^1.0"
  }
}
```

We gebruiken de --dev flag om alleen de querylog te gebruiken in onze "dev" omgeving. Als je ook de log wilt gebruiken op productie verwijder je de --dev flag

Configuratie
------------

[](#configuratie)

Kopieer het config bestand naar je project door het commando:

```
php artisan vendor:publish
```

en zet query log aan via je environment:

```
QUERY_LOG_ENABLED=true

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

2126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04de5632caf547d8dfa4ffbfac25d0538f92f1e9d52d2f91a2d1d6f17a9561a5?d=identicon)[Programic](/maintainers/Programic)

---

Top Contributors

[![rick-bongers](https://avatars.githubusercontent.com/u/67374906?v=4)](https://github.com/rick-bongers "rick-bongers (6 commits)")

### Embed Badge

![Health badge](/badges/programic-querylog/health.svg)

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

PHPackages © 2026

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