PHPackages                             lunia/auditoria - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. lunia/auditoria

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

lunia/auditoria
===============

Paquete para crear un log de auditoria de todas las consultas que pasan en la aplicación

0.9.18(3y ago)0422MITPHPPHP ^7.4|^8.0

Since Jun 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Lunia-consultores/auditoria)[ Packagist](https://packagist.org/packages/lunia/auditoria)[ Docs](https://github.com/lunia/auditoria)[ RSS](/packages/lunia-auditoria/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (22)Used By (0)

Auditoria
=========

[](#auditoria)

Lunia Consultores S.L.

Installation
------------

[](#installation)

Install the package via composer:

```
composer require lunia/auditoria
```

Publish configuration and service provider:

```
php artisan vendor:publish --provider="Lunia\Auditoria\Providers\AuditoriaApplicationServiceProvider"
```

Configure other DB connection in *config/database.php* and then set in *.env*:

```
AUDITORIA_DB_CONNECTION=$DB_CONNECTION_NAME
AUDITORIA_ENABLE=true
```

Register published **AuditoriaServiceProvider** in *config/app.php*:

```
return [
    ...

    \App\Providers\AuditoriaServiceProvider::class,

    ...
]
```

Set variable in *phpunit.xml* to not audit while running tests:

```

```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Lunia Consultores S.L](https://github.com/lunia)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

20

Last Release

1408d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39c3ff7f60d47dd050f2e54ab0fa28892dfdeca064ab67bbde283e575eb2c973?d=identicon)[desarrollunia](/maintainers/desarrollunia)

---

Tags

luniaauditoria

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lunia-auditoria/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[label84/laravel-auth-log

Log user authentication actions in Laravel.

3654.0k](/packages/label84-laravel-auth-log)

PHPackages © 2026

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