PHPackages                             midnite81/auditor - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. midnite81/auditor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

midnite81/auditor
=================

Auditor package

v0.0.2(9y ago)036MITPHPPHP &gt;=5.5.9

Since Jul 12Pushed 9y ago1 watchersCompare

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

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

\#Auditor [![Latest Stable Version](https://camo.githubusercontent.com/816fe215ab170515907f5993d506ce5b73c78e20cc19b1143996c463bec13b75/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f61756469746f722f76657273696f6e)](https://packagist.org/packages/midnite81/auditor) [![Total Downloads](https://camo.githubusercontent.com/e637c1d605e7990a79b761ee3a7e31bbff42fec06123ed036566c0445d73ba5c/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f61756469746f722f646f776e6c6f616473)](https://packagist.org/packages/midnite81/auditor) [![Latest Unstable Version](https://camo.githubusercontent.com/ff1224419d46fe1753d423d7453c2ed564e60a0a3c6724d0bbd7b2531e1aee24/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f61756469746f722f762f756e737461626c65)](https://packagist.org/packages/midnite81/auditor) [![License](https://camo.githubusercontent.com/87a454742338fdde123cdc8678c4aafe3830110406d8a238d7237549b587cc9a/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f61756469746f722f6c6963656e73652e737667)](https://packagist.org/packages/midnite81/auditor)

Auditor is a PHP package to retrieve audit json data from Laravel 5 and present it in table format.

**Please note this is a work in progress.**

\#Installation

This package requires PHP 5.6+, and includes a Laravel 5 Service Provider.

To install through composer include the package in your `composer.json`.

```
"midnite81/auditor": "0.0.*"

```

Run `composer install` or `composer update` to download the dependencies or you can run `composer require midnite81/auditor`.

\##Laravel 5 Integration

To use the package with Laravel 5 firstly add the Auditor service provider to the list of service providers in `app/config/app.php`.

```
'providers' => [

  Midnite81\Auditor\AuditorServiceProvider::class

];

```

\#Basic Usage

**Please note this is a work in progress package. Documentation is not yet complete.**

```
use Midnite81\Auditor\Contracts\Auditor;

public function index(Auditor $auditor)
{

    $data = MyModel::orderBy('created_at', desc')->get(['data']);

    $auditTable = $auditor->setData($data)->sort(['UserId', 'Priorty'])->render();

    return view('some.view', ['auditTable' => $auditTable]);

}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~7 days

Total

2

Last Release

3581d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/edf6a9952472e4cdd5a0e12ad3b9bd15b801c08a5cd56f33f6c8495aef4968ed?d=identicon)[midnite81](/maintainers/midnite81)

---

Top Contributors

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

---

Tags

laravelauditor

### Embed Badge

![Health badge](/badges/midnite81-auditor/health.svg)

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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