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 today

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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

20

Last Release

1455d ago

### Community

Maintainers

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

---

Top Contributors

[![jaime-mulero](https://avatars.githubusercontent.com/u/293104387?v=4)](https://github.com/jaime-mulero "jaime-mulero (26 commits)")

---

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

87512.0M161](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M619](/packages/illuminate-log)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)

PHPackages © 2026

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