WP Manifestindependent plugin directory
manifest / developer / advanced-custom-site-status

Advanced Custom Site Status

Advanced Custom Site Status is a WordPress plugin that adds a custom health check endpoint with rate limiting to your WordPress site.

by uriel · github.com/devuri/advanced-custom-site-status · website

1stars
211composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/devuri/advanced-custom-site-status/archive/refs/heads/master.zip

Also on Packagist as devuri/advanced-custom-site-status:

composer require devuri/advanced-custom-site-status

From the readme

Advanced Custom Site Status Advanced Custom Site Status is a WordPress plugin that adds a custom health check endpoint with rate limiting to your WordPress site. This endpoint is specifically designed to check database connectivity, ensuring your WordPress site's database is accessible and responsive. The plugin supports a customizable endpoint slug through a constant, allowing for personalized integration into your WordPress environment. Features - Custom Health Check Endpoint: Provides a dedicated URL to check the site's health, focusing on database connectivity. - Rate Limiting: Protects your site from potential abuse by limiting the number of health check requests within a specific time frame. - Customizable Endpoint Slug: Allows the setting of a custom slug for the health check endpoint through a WordPress constant. Requirements - WordPress 5.3.0 or higher - PHP 7.3.5 or higher Installation Via Composer To install the plugin using Composer, run the following command: Replace your-vendor with your actual vendor name on Packagist if you have submitted the plugin there. Manual Installation 1. Download the plugin files from the GitHub repository. 2. Upload the advanced-

Read the full README on GitHub →

Releases

TagPublished
v0.2.7 Feb 17, 2024
v0.2.6 Feb 17, 2024
v0.2.5 Feb 17, 2024
v0.2.4 Feb 17, 2024

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.