PHPackages                             borders-dev/craft-pulse - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. borders-dev/craft-pulse

Abandoned → [ledgehq/ledge-craft](/?search=ledgehq%2Fledge-craft)Craft-plugin[Utility &amp; Helpers](/categories/utility)

borders-dev/craft-pulse
=======================

Health, uptime, and compliance monitoring for your Craft CMS sites.

5.2.4(1mo ago)080mitPHPPHP &gt;=8.2

Since Jan 28Pushed 1mo agoCompare

[ Source](https://github.com/ledgehq/ledge-craft)[ Packagist](https://packagist.org/packages/borders-dev/craft-pulse)[ RSS](/packages/borders-dev-craft-pulse/feed)WikiDiscussions 5.x Synced 1w ago

READMEChangelogDependencies (20)Versions (38)Used By (0)

Ledge
=====

[](#ledge)

Health, uptime, and compliance monitoring for your Craft CMS sites.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.

Installation
------------

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

#### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel and search for “Ledge”. Then press “Install”.

#### With Composer

[](#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
-------------

[](#configuration)

Ledge requires a secret key to authenticate requests to the `/_ledge/health` endpoint. You can either:

- Run `./craft ledge/generate-key` to generate a key and save it to your `.env` file automatically
- Add your own key to `.env` manually: `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 &amp; backups)
------------------------------------------------

[](#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](docs/acquire-protocol.md) for the full wire protocol, bundle format, callback events, and command-signing snippets.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance93

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

36

Last Release

33d ago

Major Versions

4.0.7 → 5.0.72026-06-15

4.1.0 → 5.2.12026-07-14

4.1.1 → 5.2.22026-07-14

4.1.2 → 5.2.32026-07-14

4.1.3 → 5.x-dev2026-07-16

PHP version history (2 changes)0.1.0PHP &gt;=8.0.2

5.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5d1f11b17c20900cfc142244115ba629d618fa0e7d1da155338f94f87a299f8?d=identicon)[bbordersbwd](/maintainers/bbordersbwd)

---

Top Contributors

[![BrandonJamesBorders](https://avatars.githubusercontent.com/u/6044898?v=4)](https://github.com/BrandonJamesBorders "BrandonJamesBorders (60 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/borders-dev-craft-pulse/health.svg)

```
[![Health](https://phpackages.com/badges/borders-dev-craft-pulse/health.svg)](https://phpackages.com/packages/borders-dev-craft-pulse)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393818.3k12](/packages/spicyweb-craft-neo)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

292960.7k38](/packages/craftcms-feed-me)[verbb/formie

The most user-friendly forms plugin for Craft.

101400.6k78](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54686.7k25](/packages/solspace-craft-freeform)[verbb/hyper

A user-friendly links field for Craft.

24153.5k14](/packages/verbb-hyper)[verbb/vizy

A flexible visual editor field for Craft.

4251.5k1](/packages/verbb-vizy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
