wikimedia/excimer-ui-server
Composer 安装命令:
composer require wikimedia/excimer-ui-server
包简介
Excimer UI server
README 文档
README
Getting started
-
Download. Require wikimedia/excimer-ui-server from Packagist.org, or run
composer install --prefer-stable --no-devin this directory to fetch the dependencies. -
Create database schema. We recommended creating a dedicated mysql user and database. Refer to tables.sql for the schema.
-
Expose
public_html/from a web server. Either as the document root for an entire domain, or from a subdirectory.
Configuration options
Prety URLs
When using choosing a subdirectory, we recommend using an Alias
in your Apache httpd configuration. This produces URLs like
https://perf.example/excimer/speedscope/
<VirtualHost *:80>
Alias /excimer /var/www/excimer-ui-server/public_html/index.php
</VirtualHost>
Alternatively, if you use the document root, or if you don't have
root access to Apache httpd config (i.e. only .htaccess), then
you can use a RewriteRule:
RewriteEngine On
RewriteRule ^/excimer/(.*)$ /excimer/index.php
Load config from /etc/
If you install Excimer UI from Git, you can place the configuration
file at config/config.json, which is automatically discovered.
To read it from a custom location, set the EXCIMER_CONFIG_PATH
environment variable. Example for Apache:
SetEnv EXCIMER_CONFIG_PATH=/etc/excimer-ui-server/config.json
Local development
This requires PHP 7.4+ and a MariaDB (or MySQL) server on localhost.
- Create database and user:
mysql < install_dev.sql - Create table from schema:
mysql -D excimer < tables.sql - Run
composer serve
You can now access http://localhost:4000/index.php/speedscope/.
wikimedia/excimer-ui-server 适用场景与选型建议
wikimedia/excimer-ui-server 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 20 次下载、GitHub Stars 达 3, 最近一次更新时间为 2023 年 04 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 wikimedia/excimer-ui-server 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wikimedia/excimer-ui-server 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2023-04-22