PHPackages                             enescode/quick-audit - 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. enescode/quick-audit

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

enescode/quick-audit
====================

A fast database and system control package for Laravel projects..

v1.1.0(3mo ago)02MITPHPPHP ^8.3

Since Feb 11Pushed 3mo agoCompare

[ Source](https://github.com/enescode/quick-audit)[ Packagist](https://packagist.org/packages/enescode/quick-audit)[ RSS](/packages/enescode-quick-audit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

🚀 Laravel Quick Audit
=====================

[](#-laravel-quick-audit)

[English](#english) | [Türkçe](#t%C3%BCrk%C3%A7e)

English
-------

[](#english)

### ✨ Features

[](#-features)

- 📊 **Database Audit:** Lists table sizes in MB.
- ⚠️ **Critical Alerts:** Triggers red alerts for tables exceeding your defined limits.
- 📝 **Log Monitoring:** Checks the size of the `laravel.log` file and warns you about bloated files.
- 🚦 **Queue Monitoring:** Tracks pending jobs in the `jobs` table and alerts you about `failed_jobs`.
- ⚙️ **Easy Configuration:** Customize alert limits according to your project's needs.

### 🛠 Installation

[](#-installation)

Install the package via composer:

```
composer require enescode/quick-audit
```

### 🚀 Usage

[](#-usage)

To start the audit via terminal:

```
php artisan audit:check
```

### ⚙️ Configuration

[](#️-configuration)

To publish the config file

```
php artisan vendor:publish --tag="quick-audit-config"
```

You can change the limits in the config/quick-audit.php file

```
return [
    'max_table_size' => 100.0, // MB
    'max_log_size'   => 10.0,  // MB
];
```

Türkçe
------

[](#türkçe)

Laravel projeleriniz için hafif ve etkili bir sistem denetim aracı. Bu paket, veritabanı tablolarınızın boyutlarını ve log dosyalarınızın durumunu hızlıca kontrol ederek sistem sağlığını korumanıza yardımcı olur.

### ✨ Özellikler

[](#-özellikler)

- 📊 **Veritabanı Denetimi:** Tablo boyutlarını MB cinsinden listeler.
- ⚠️ **Kritik Uyarılar:** Belirlediğiniz sınırı aşan tablolar için kırmızı alarm verir.
- 📝 **Log Takibi:** `laravel.log` dosyasının boyutunu kontrol eder ve şişmiş dosyalar için sizi uyarır.
- 🚦 **Queue Monitoring:** `jobs` tablosundaki bekleyen işleri takip eder ve `failed_jobs` tablosunu kontrol eder.
- ⚙️ **Kolay Yapılandırma:** Uyarı limitlerini kendi projenize göre özelleştirebilirsiniz.

### 🛠 Kurulum

[](#-kurulum)

Paketi composer aracılığıyla yükleyin:

```
composer require enescode/quick-audit
```

### 🚀 Kullanımı

[](#-kullanımı)

Terminal üzerinden:

```
php artisan audit:check
```

### ⚙️ Ayarlamalar

[](#️-ayarlamalar)

config dosyalarını publish etmek için terminale

```
php artisan vendor:publish --tag="quick-audit-config"
```

Limitleri ayarlamak için config/quick-audit.php dosyasına girebilirsiniz

```
return [
    'max_table_size' => 100.0, // MB
    'max_log_size'   => 10.0,  // MB
];
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance82

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

3

Last Release

96d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62e8c2d7b669223fb275b95bb9d8aa4cbc3191ff34e1efd07fac395321a32117?d=identicon)[thek4x](/maintainers/thek4x)

---

Top Contributors

[![thek4x](https://avatars.githubusercontent.com/u/8832586?v=4)](https://github.com/thek4x "thek4x (6 commits)")

### Embed Badge

![Health badge](/badges/enescode-quick-audit/health.svg)

```
[![Health](https://phpackages.com/badges/enescode-quick-audit/health.svg)](https://phpackages.com/packages/enescode-quick-audit)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

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