Download the PHP package musingsz/yii2-audit without Composer
On this page you can find all versions of the php package musingsz/yii2-audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-audit
Yii2 Audit
Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
Features
Powerful, yet Simple
- Installs as a simple module so it can be added without any hassle.
- You can either track specific actions and nothing else or exclude specific routes from logging (wildcard supported).
- View your data. The module contains a nice viewer that is automatically made available when you add it to your configuration. It has configurable permissions to limit access to this functionality by IPs, roles or users.
Minimal Footprint
Tracks minimal data in the base entry:
user_id
- User ID of the visitor (if any), based onYii::$app->user->id
.ip
- IP Address of the visitor.request_method
- The method used to generate the request, eg:CLI
for console requests andGET
,POST
,DELETE
,PUT
,PATCH
,OPTIONS
orHEAD
for web requests.ajax
- If the page was requested using ajax.route
- The controller and action of the request.duration
- How long the request took to serve.memory_max
- The peak memory usage during the request.created
- The datetime the entry was created.
All versions of yii2-audit with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-bcmath Version *
yiisoft/yii2 Version 2.*
yiisoft/yii2-debug Version 2.*
musingsz/yii2-chartjs-widget Version 0.4
phpspec/php-diff Version 1.*
ext-bcmath Version *
yiisoft/yii2 Version 2.*
yiisoft/yii2-debug Version 2.*
musingsz/yii2-chartjs-widget Version 0.4
phpspec/php-diff Version 1.*
The package musingsz/yii2-audit contains the following files
Loading the files please wait ....