定制 borders-dev/craft-pulse 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

borders-dev/craft-pulse

最新稳定版本:0.5.2

Composer 安装命令:

composer require borders-dev/craft-pulse

包简介

Keep a pulse on your Craft CMS websites

README 文档

README

Keep a pulse on your Craft CMS websites

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 “pulse”. 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 borders-dev/craft-pulse

# tell Craft to install the plugin
./craft plugin/install pulse

# generate a secret key for the health endpoint
./craft pulse/generate-key

Configuration

Pulse requires a secret key to authenticate requests to the /_pulse/health endpoint. You can either:

  • Run ./craft pulse/generate-key to generate a key and save it to your .env file automatically
  • Add your own key to .env manually: PULSE_SECRET_KEY=your-secret-key

The health endpoint can then be accessed by including the key in the X-Pulse-Key header:

curl -H "X-Pulse-Key: your-secret-key" https://your-site.com/_pulse/health

统计信息

  • 总下载量: 63
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: mit
  • 更新时间: 2026-01-28