paresh27/model-auditor
Composer 安装命令:
composer require paresh27/model-auditor
包简介
Framework-agnostic change auditing for PHP data structures
README 文档
README
Framework-agnostic change auditing for PHP data structures.
Installation
composer require yourvendor/model-auditor
Usage
use YourVendor\ModelAuditor\Auditor; use YourVendor\ModelAuditor\Storage\InMemoryAuditStorage; $auditor = new Auditor(new InMemoryAuditStorage()); $auditor->record('Invoice#42', $before, $after); foreach ($auditor->history() as $record) { // ... }
Testing
composer test
License
MIT
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-09