dzunke / panaly-json-timeline-storage
一个Panaly插件,实现了JSON时间线存储,用于处理分析器运行的历史记录。
dev-main
2024-08-13 18:02 UTC
Requires
- php: ^8.2
- dzunke/panaly: dev-main
Requires (Dev)
- doctrine/coding-standard: ^12.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^11.1
- symfony/var-dumper: ^7.0
This package is auto-updated.
Last update: 2024-09-13 18:13:14 UTC
README
该插件是Panaly项目分析器的插件,提供了一个时间线存储引擎,可以用来保存不同指标运行的历史记录。JSON文件将以可读的格式打印出来。
示例配置
# panaly.dist.yaml plugins: DZunke\PanalyJsonTimelineStorage\JsonTimelineStoragePlugin: ~ # no options available storage: json-timeline-storage: directory: "var/panaly-timeline-storage" dateFormat: "Y-m-d" # default is "Y-m-d-H-i-s", but setting it to daily will overwrite existing runs from the day
感谢和许可
Panaly项目分析器 - JSON时间线存储 © 2024+, Denis Zunke。使用MIT许可发布。