borders-dev/craft-pulse
Composer 安装命令:
composer require borders-dev/craft-pulse
包简介
Health, uptime, and compliance monitoring for your Craft CMS sites.
README 文档
README
Health, uptime, and compliance monitoring for your Craft CMS sites.
Requirements
This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Ledge”. Then press “Install”.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require ledgehq/ledge-craft # tell Craft to install the plugin ./craft plugin/install ledge # generate a secret key for the health endpoint ./craft ledge/generate-key
Configuration
Ledge requires a secret key to authenticate requests to the /_ledge/health endpoint. You can either:
- Run
./craft ledge/generate-keyto generate a key and save it to your.envfile automatically - Add your own key to
.envmanually:LEDGE_SECRET_KEY=your-secret-key
The health endpoint can then be accessed by including the key in the X-Ledge-Key header:
curl -H "X-Ledge-Key: your-secret-key" https://your-site.com/_ledge/health
Acquire (automated update testing & backups)
Beyond /health, Ledge can act as an acquisition agent: on a signed command from the Ledge service, the plugin produces an encrypted bundle of the site (a database dump — plus an environment + crawlable-URL manifest for update-test runs) and uploads it to object storage. This powers automated "does this update break the site?" testing and scheduled database backups.
This capability is off by default and higher-privilege than /health: every command must carry an Ed25519 signature (verified against Ledge's published keyset) on top of the shared key, and nothing is registered until an operator opts in. To enable it:
// config/ledge.php return [ 'secretKey' => '$LEDGE_SECRET_KEY', 'acquireEnabled' => true, // or LEDGE_ACQUIRE_ENABLED=true ];
Bundle uploads and callbacks may only be sent to allowlisted hosts; the allowlist defaults to ['ledgehq.app', '*.ledgehq.app'] and can be overridden with acquireAllowedHosts (or LEDGE_ACQUIRE_ALLOWED_HOSTS) for self-hosted or dev setups.
While disabled, the acquire routes return 404 and the plugin behaves exactly as a health-only install. A companion opt-in endpoint, GET /_ledge/uris (enabled with urisEnabled / LEDGE_URIS_ENABLED), returns the site's crawlable public URL map on demand.
See docs/acquire-protocol.md for the full wire protocol, bundle format, callback events, and command-signing snippets.
borders-dev/craft-pulse 适用场景与选型建议
borders-dev/craft-pulse 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 74 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 01 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 borders-dev/craft-pulse 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 borders-dev/craft-pulse 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 40
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2026-01-28