PHPackages                             jonassiewertsen/statamic-oh-dear - 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. jonassiewertsen/statamic-oh-dear

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

jonassiewertsen/statamic-oh-dear
================================

A Oh Dear integration for Statamic v3.

v2.0.0(11mo ago)87864proprietaryPHPPHP ^8.1

Since Mar 4Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/jonassiewertsen/statamic-oh-dear)[ Packagist](https://packagist.org/packages/jonassiewertsen/statamic-oh-dear)[ GitHub Sponsors](https://github.com/jonassiewertsen)[ RSS](/packages/jonassiewertsen-statamic-oh-dear/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (3)Versions (24)Used By (0)

Statamic Oh Dear - Monitor your Website
=======================================

[](#statamic-oh-dear---monitor-your-website)

[![Statamic 3.0+](https://camo.githubusercontent.com/93c61a311851e398f5663226aca5d307d91ef898067c6b294110a785d6c2e735/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/93c61a311851e398f5663226aca5d307d91ef898067c6b294110a785d6c2e735/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)[![Latest Version on Packagist](https://camo.githubusercontent.com/d0031598dc336bc1c65f019318f78df2529cbc6078081e88e39009d25f684fe4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6e61737369657765727473656e2f73746174616d69632d6f682d646561722e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/jonassiewertsen/statamic-oh-dear)

A [OhDear](https://ohdear.app) integration for Statamic v3.

Check your monitored uptime, SSL certificates, mixed content and broken links easily from your Statamic control panel.

Oh Dear
-------

[](#oh-dear)

To use this addon, you need to have an [OhDear](https://ohdear.app) account.

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

[](#installation)

### Step 1

[](#step-1)

Pull in your package with composer

```
composer require jonassiewertsen/statamic-oh-dear
```

### Step 2

[](#step-2)

Create an Oh Dear API Key

### Step 3

[](#step-3)

Add your [Oh Dear API](https://ohdear.app/docs/integrations/api/authentication#get-your-api-token) key and the site id to your .env file

```
OH_DEAR_API_KEY="XXXXXXXX"
OH_DEAR_SITE_ID=XXXXXXXXX
```

Maintenance Periods
-------------------

[](#maintenance-periods)

When deploying, often your site will be down for a few minutes, which is totally ok. If not telling Oh Dear about, it will detect the downtime and may send mails to you and maybe your clients. You Uptime charts will show this downtime as well.

To avoid this behavior, you can define maintenance periods with Oh Dear and this Statamic Oh Dear integration will take care of it for you.

There are two options available:

### Auto Maintenance Mode

[](#auto-maintenance-mode)

Are you deploying (fx with Forge) and making use of the `php artisan down` and `php artisan up` command? Perfect. Turn on the auto maintenance mode on and we will hook into those commands, so you don't need to worry about anything.

```
// Inside your .env file
OH_DEAR_AUTO_MAINTENANCE=true

```

### Maintenance commands

[](#maintenance-commands)

You want to stay in control? No problem. You can use the following commands:

```
php please ohdear:maintenance start
php please ohdear:maintenance stop

```

Add the Widget
--------------

[](#add-the-widget)

To add a small widget to your dashboard, tell your config file to do so. Open `config/statamic/cp.php` and look for the "Dashboard widgets" section and add it.

```
'widgets' => [
  'oh_dear',
  // mabye other widgets
],
```

Support
=======

[](#support)

I love to share with the community. Nevertheless, it does take a lot of work, time and effort.

[Sponsor me on GitHub](https://github.com/sponsors/jonassiewertsen/) to support my work and the support for this addon.

License
=======

[](#license)

This plugin is published under the MIT license. Feel free to use it and remember to spread love.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance52

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 92.4% 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 ~91 days

Recently: every ~237 days

Total

23

Last Release

334d ago

Major Versions

0.9.0 → 1.0.02020-03-06

v1.11.0 → v2.0.02025-09-08

PHP version history (3 changes)0.9.0PHP ^7.4

v1.4.0PHP ^7.4 || ^8.0

v2.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38906163?v=4)[Jonas Siewertsen](/maintainers/jonassiewertsen)[@jonassiewertsen](https://github.com/jonassiewertsen)

---

Top Contributors

[![jonassiewertsen](https://avatars.githubusercontent.com/u/38906163?v=4)](https://github.com/jonassiewertsen "jonassiewertsen (85 commits)")[![FlorianMoser](https://avatars.githubusercontent.com/u/8578668?v=4)](https://github.com/FlorianMoser "FlorianMoser (4 commits)")[![justinhough](https://avatars.githubusercontent.com/u/9469422?v=4)](https://github.com/justinhough "justinhough (2 commits)")[![lukasleitsch](https://avatars.githubusercontent.com/u/3009245?v=4)](https://github.com/lukasleitsch "lukasleitsch (1 commits)")

---

Tags

addonstatamicdearOh

### Embed Badge

![Health badge](/badges/jonassiewertsen-statamic-oh-dear/health.svg)

```
[![Health](https://phpackages.com/badges/jonassiewertsen-statamic-oh-dear/health.svg)](https://phpackages.com/packages/jonassiewertsen-statamic-oh-dear)
```

###  Alternatives

[statamic/seo-pro

71548.3k](/packages/statamic-seo-pro)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

23122.2k16](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

15134.1k](/packages/withcandour-aardvark-seo)[reachweb/statamic-livewire-filters

Livewire filters for Statamic collections.

1714.1k](/packages/reachweb-statamic-livewire-filters)[justkidding96/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

157.2k](/packages/justkidding96-aardvark-seo)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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