govtnz/silverstripe-sqlexplorer
Composer 安装命令:
composer require govtnz/silverstripe-sqlexplorer
包简介
A SilverStripe module to provide read-only access to a database for suitably privileged users.
关键字:
README 文档
README
SQL Explorer is a simple module that provides read-only access to database tables, and read-only SQL statements. It is intended for deployment in production environments, with restricted user access.
The tools is designed to facilite adhoc queries on a production database, where access is otherwise limited.
WARNING
Before installing this module, it is recommended that you consult with technical governance within your organisation as applicable.
Restrictions
The tool imposes some restrictions from a security perspective:
- SQL statements must be SELECT statements.
- Certain table columns are excluded automatically from results, such as password hashes, salt, etc. In a future release this may be configurable.
Configuration
No configuration is required. However, you can set the following in config.yml:
- require_explicit_permission if truthy, the SQL Explorer admin interface requires users explicitly have SQL_EXPLORER persmission. Without this extra control, any administrator can access it directly, which in some environment is undesirable. Default is false.
Future state:
- Whitelist/blacklist specific tables or columns on tables.
govtnz/silverstripe-sqlexplorer 适用场景与选型建议
govtnz/silverstripe-sqlexplorer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 635 次下载、GitHub Stars 达 4, 最近一次更新时间为 2019 年 08 月 21 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「sql」 「silverstripe」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 govtnz/silverstripe-sqlexplorer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 govtnz/silverstripe-sqlexplorer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 govtnz/silverstripe-sqlexplorer 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Query filtering in your frontend
Analytics chooser extensions for site settings.
Database/ORM-agnostic query construction helper
Laravel SQL Queries Dumper
CitaNZ's SilverStripe picture object and field for SilverStripe 4
统计信息
- 总下载量: 635
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-08-21