askerakbar/lens
Composer 安装命令:
composer require askerakbar/lens
包简介
A sleek, developer-friendly SQL query logger for Laminas MVC applications.
README 文档
README
A sleek, simple, SQL query logger for Laminas MVC applications.
Quick Start
-
Install via Composer
composer require askerakbar/lens --dev
-
Register the module (if not auto-discovered): Add to
config/modules.config.php:AskerAkbar\Lens
-
Run the migration to create the database table (see Storage).
-
Access the UI by visiting
/lensin your browser.
Note: Database storage is enabled by default and requires the migration.
Features
- Logs all executed DB queries
- Displays SQL, parameters, timing, stack trace, and connection info
- Search functionality
- database-backed storage
Notes
This library has been tested only against:
- Laminas MVC ^3.7.0
- PHP 8.1 / 8.2 / 8.3
- PDO_MySQL (MySQL / MariaDB)
- Requires
laminas/laminas-cli - Requires database connection to be configured
This tool is intended for development use only. Other DB backends, PHP, or other Laminas versions are untested and may not work as expected. if you find issues please feel free to make a PR.
Storage
Database Storage
Database storage is the default and requires a database table to be created. Configure your app config with the following in (config/autoload/global.php or local.php) if needed:
'lens' => [ 'storage' => [ 'type' => 'database', 'table' => 'lens_logs', // Optional, default: lens_logs ], ],
Running the Migration
-
Publish migration:
vendor/bin/laminas lens:publish-migration # Optional target directory: vendor/bin/laminas lens:publish-migration -
Run the migration:
- SQL migration: Execute the generated SQL file using your preferred method
- Doctrine migration: Run
vendor/bin/doctrine-migrations migrate(if using Doctrine)
Troubleshooting
Xdebug: Segmentation Fault When Publishing Migrations
If you see errors like:
Cannot load Xdebug - it was already loaded
Xdebug: [Step Debug] Could not connect to debugging client...
Segmentation fault (core dumped)
Disable Xdebug for the session:
export XDEBUG_MODE=off
vendor/bin/laminas lens:publish-migration --target=database/migrations
License
MIT License. See License.md for details.
askerakbar/lens 适用场景与选型建议
askerakbar/lens 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 07 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 askerakbar/lens 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 askerakbar/lens 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-27
