PHPackages                             marcorieser/statamic-vitals - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. marcorieser/statamic-vitals

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

marcorieser/statamic-vitals
===========================

Provide vitals of your Statamic installation for external usage.

v1.3.0(3mo ago)5815↓50%1[5 issues](https://github.com/marcorieser/statamic-vitals/issues)MITPHPPHP ^8.2

Since Apr 7Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/marcorieser/statamic-vitals)[ Packagist](https://packagist.org/packages/marcorieser/statamic-vitals)[ Docs](https://github.com/marcorieser/statamic-vitals)[ RSS](/packages/marcorieser-statamic-vitals/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

Vitals for Statamic
===================

[](#vitals-for-statamic)

> You can monitor your installations with this addon on [vitals-for-statamic.com](https://vitals-for-statamic.com).

Provide vitals of your Statamic installation for external usage.

```
{
	"system": {
		"name": "System name",
		"domain": "https:\/\/site.tld",
		"environment": "production",
		"laravel": "9.6.0",
		"php": "8.1.4",
		"debug": false
	},
	"statamic": {
		"version": "3.3.4",
		"cp_url": "https:\/\/site.tld\/cp",
		"latest_version": "3.4.1",
		"pro": true,
		"antlers_version": "runtime",
		"static_page_cache": "full",
		"update_available": true
	},
	"addons": [
		{
			"name": "Collaboration",
			"package": "statamic\/collaboration",
			"version": "0.4.0",
			"latest_version": "0.4.0",
			"update_available": false
		},
		{
			"name": "Export",
			"package": "youfront\/statamic-export",
			"version": "1.0.1",
			"latest_version": "1.0.3",
			"update_available": true
		}
	],
	"updates_available": 2
}
```

How to Install
--------------

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require marcorieser/statamic-vitals
```

Configuration
-------------

[](#configuration)

Be sure to generate an access key which is used to authenticate external requests.

```
php please vitals:generate-key
```

How to Use
----------

[](#how-to-use)

Send a post request to the vitals endpoint `https://site.tld/api/statamic-vitals/vitals`.

```
curl --request POST \
  --url https://site.tld/api/statamic-vitals/vitals \
  --header 'Content-Type: application/json' \
  --data '{
	"access_key":"4Vz?xNc_eE&2uqQL"
}'
```

### Parameters

[](#parameters)

ParameterDescriptionDefaultRequired`access_key`The access key in your `.env` file`''`\*`clear_cache`Whether the vitals should be generated freshly`false`

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance60

Regular maintenance activity

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~116 days

Recently: every ~273 days

Total

13

Last Release

108d ago

Major Versions

v0.0.9 → v1.0.02023-01-31

PHP version history (3 changes)v0.0.1PHP ^8.0 || ^8.1

v1.1.0PHP ^8.0

v1.3.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/182dfd043559a726306414781777e7c5960164230ca44e2703607194c296d54b?d=identicon)[marcorieser](/maintainers/marcorieser)

---

Top Contributors

[![marcorieser](https://avatars.githubusercontent.com/u/2395800?v=4)](https://github.com/marcorieser "marcorieser (26 commits)")

---

Tags

laravelmonitoringphpstatamicvitalsaddonv3statamicvitals

### Embed Badge

![Health badge](/badges/marcorieser-statamic-vitals/health.svg)

```
[![Health](https://phpackages.com/badges/marcorieser-statamic-vitals/health.svg)](https://phpackages.com/packages/marcorieser-statamic-vitals)
```

###  Alternatives

[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

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

13128.3k](/packages/withcandour-aardvark-seo)[marcorieser/statamic-live-search

A Statamic Live Search realized with Laravel Livewire.

2210.5k](/packages/marcorieser-statamic-live-search)[visuellverstehen/statamic-picturesque

A Statamic tag for building HTML-only responsive images.

1016.9k](/packages/visuellverstehen-statamic-picturesque)[justkidding96/aardvark-seo

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

141.6k](/packages/justkidding96-aardvark-seo)

PHPackages © 2026

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