运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install arcane
镜像加速npx clawhub@latest install arcane --registry https://cn.longxiaskill.com 镜像可用
技能文档
Arcane 微框架 Arcane 是一个非常小(12kb)的单文件 PHP 微框架,其特点是位置即逻辑。它使用基于文件系统的路由和上下文感知的自动加载。 核心函数 env(key, default): 环境变量。 path(locator, actual): 统一工具,用于生成 URL 或绝对服务器路径。 relay(name, mixed): 从页面向布局传递数据(或通过 callable 传递 HTML)。 scribe(string|array, replace): 翻译/本地化。 项目结构 / ├── index.php (框架) ├── .env (配置) ├── helpers/ (上下文感知逻辑) ├── layouts/ (包装器) ├── locales/ (翻译) ├── pages/ (文件系统路由) ├── scripts/ (自动注入的 JS) ├── styles/ (自动注入的 CSS) └── images/ (资产) 工作流程
- 路由和动态段
- 布局和数据
- 上下文感知的帮助函数
- 自动资产