定制 brainworxx/includekrexx 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

brainworxx/includekrexx

Composer 安装命令:

composer require brainworxx/includekrexx

包简介

kreXX Debugger - Alternative for `f:debug` (fluid) and `debug();` (PHP) with additional analysis features and logging options.

README 文档

README

build maintainability coverage

stable t310 t311 t312 t313 t314 license

kreXX Debugger - TYPO3 Backend Extension

kreXX logo

Fluid (and PHP) debugger with backend access to logfiles, code generation to reach the displayed values and much more. We added some special stuff for Aimeos.

Title
kreXX mainlibrary https://github.com/brainworxx/kreXX
Documentation https://docs.typo3.org/p/brainworxx/includekrexx/main/en-us/
TER: https://extensions.typo3.org/extension/includekrexx/

What does it do?

To put it simple: kreXX is an alternative for the fluid debugger <f:debug/>.

The problem with <f:debug/> is that is can be a little bit discrete when debugging objects. It only shows protected properties which may or may not be reachable in the template file.

kreXX gives you a good overview about the object and how to reach specific values inside.

<!-- Normal frontend output -->
<krexx:debug>{_all}</krexx:debug>
<!-- Force the logging into a file -->
<krexx:log>{_all}</krexx:log>
Fluid debugging with code snippet generation.

Fluid debugging with code snippet generation.

You can also use it as a PHP debugger:

// Normal frontend output
krexx($myObject);
// Force the logging into a file
krexxlog($myObject);

Logging

To use kreXX as a logger simply use the logger ViewHelper:

<krexx:log>{_all}</krexx:log>

The access to the logs files can be found in the first tab of the backend module. The list is automatically updated by ajax every few seconds.

Each entry has a unique colour to make new files better recognisable,

Logfiles backend menu

To make these logfiles easier accessible, we have provided a backend menu, where you can easily view them. The list is automatically updated.

To prevent these files from clogging up your system, kreXX will only keep 10 files and automatically delete older ones. This value can also be changed the logging option Maximum files in the log folder to any number bigger than 0.

A file can be access by simply clicking on the filename. The trashcan on the right deletes the file.

Logfiles in the Admin Panel

Alternatively, you can access the logfiles by using the TYPO3 Admin Panel.

brainworxx/includekrexx 适用场景与选型建议

brainworxx/includekrexx 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 27.29k 次下载、GitHub Stars 达 5, 最近一次更新时间为 2016 年 12 月 19 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「log」 「debug」 「developer」 「vardump」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 brainworxx/includekrexx 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 brainworxx/includekrexx 我们能提供哪些服务?
定制开发 / 二次开发

基于 brainworxx/includekrexx 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 27.29k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 35
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1-or-later
  • 更新时间: 2016-12-19