neverstale/craft-plugin

Neverstale is a Craft CMS plugin that allows you track and manage stale content in your Craft CMS projects.

Maintainers

Package info

github.com/neverstale/craft-neverstale

Documentation

Type:craft-plugin

pkg:composer/neverstale/craft-plugin

Statistics

Installs: 230

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

dev-main 2025-11-06 13:48 UTC

This package is auto-updated.

Last update: 2026-03-06 14:28:05 UTC


README

Requirements

This plugin requires Craft CMS 5.8.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 “Neverstale”. 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 neverstale/craft-neverstale

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