bedezign/yii2-audit
Composer 安装命令:
composer require bedezign/yii2-audit
包简介
Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
README 文档
README
Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
New stewardship from March 2024 on
We (@schmunk42, @eluhr) have taken stewardship of this project. Thank you @Blizzke for adding us to the GitHub maintainer list. Since we are still using this extension extensively, we are focussing on backward-compatibility and improvements.
Upgrading
yii2-audit 1.2.x
Existing projects with non-namespace migrations need to include @bedezign/yii2/audit/migrations/1.1.x in `migrationPath and skip namespaced migrations. (Issue #271)
PHP7.2 & Yii 2.0.13 or later
From PHP 7.2 on Object became a reserved keyword.
Since enough time went by, we decided to assume everyone is on 7.2 and Yii 2.0.13 by now we won't be keeping
1.0.*-branch (pre PHP 7.2) up to date anymore.
Please use version 1.1.* or later.
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:CLIfor console requests andGET,POST,DELETE,PUT,PATCH,OPTIONSorHEADfor 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.
Log Data using Configurable Panels
Each panel is optional, and you can even create your own.
RequestPanel- Tracks all incoming web and console request data:- URL Information including the route and params.
- PHP SuperGlobals
$_GET,$_POST,$_SERVER,$_FILESand$_COOKIES. - Headers from the Request and Response.
AssetPanel- Asset Bundles loaded for the request.ConfigPanel- Yii and PHP configuration that was used for the request.DbPanel- SQL queries.ErrorPanel- Record all PHP exceptions and errors in the background. Once logged you can configure a cron task to email the errors to a developer so issues can be fixed before they are even reported by a user. more infoJavascriptPanel- Automatically log JavaScript errors. Errors and warning are logged automatically by includingJSLoggingAssetasset bundle. The javascript component also provides methods to manually add logging entries. more infoLogPanel- Yii logs.MailPanel- Emails that were sent during the request. more infoProfilingPanel- Application profiling information.TrailPanel- Database changes that were made during the request using theAuditTrailBehavior. more infoExtraDataPanel- Extra data that you want to store. more infoCurlPanel- Track your applications cURL requests (including replies, log and headers) more infoYourOwnPanel- Create your own panel to capture any data you want. more info
Documentation
Getting started? Try the Installation Guide. You will find further information in the Documentation.
For changes since the last version see the Changelog.
Screenshots
Dashboard
Entry View
More Screenshots
More images are available from the Screenshots page.
Contributing
Contributions are welcome. Please refer to the contributing guidelines.
Thanks to everyone who has contributed.
Project Resources
- Project Homepage
- Live Demo
- GitHub Project
- Yii2 Extension
- Packagist Package
- Travis CI Testing
- Scrutinizer CI Code Quality
License
BSD-3 - Please refer to the license.
bedezign/yii2-audit 适用场景与选型建议
bedezign/yii2-audit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 704.05k 次下载、GitHub Stars 达 200, 最近一次更新时间为 2014 年 09 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「logging」 「Audit」 「trail」 「yii2」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 bedezign/yii2-audit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bedezign/yii2-audit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 bedezign/yii2-audit 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Log adding/updating/deleting of elements
Doctrine ORM provider for the auditor audit-log library.
A Zend Framework module that sets up Monolog for logging in applications.
PB Web Media Audit Bundle for Symfony
Asynchronous Sentry for Symfony - Fire and forget
Audit trail package for Laravel Eloquent
统计信息
- 总下载量: 704.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 202
- 点击次数: 32
- 依赖项目数: 7
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-23

