定制 frosty-media/wp-health-check 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

frosty-media/wp-health-check

最新稳定版本:v1.0.3

Composer 安装命令:

composer require frosty-media/wp-health-check

包简介

A simple WordPress health check endpoint.

README 文档

README

WordPress Health Check

PHP from Packagist Latest Stable Version Total Downloads License Build Status

Simple WordPress health check endpoint

Installation

composer require frosty-media/wp-health-check

Additional requirements

Composer autoloading should be including in application's bootstrap, in this case the wp-config.php file.

If running Nginx, add the following to your sites conf rules:

rewrite ^/meta/health-check/?$ /vendor/frosty-media/wp-health-check/src/check.php last;

If running Apache, add the following to your .htaccess file (before any WordPress rules):

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^meta/health-check/?$ /vendor/frosty-media/wp-health-check/src/check.php [L]
</IfModule>

If you would like to include the MU Plugin (which creates the internal REST API route wp-json/health/check?) Update your scripts.post-update-cmd, or run composer config scripts.post-update-cmd.0 "FrostyMedia\\WpHealthCheck\\Composer\\Scripts::postUpdate"

{
  "scripts": {
    "post-update-cmd": [
      "FrostyMedia\\WpHealthCheck\\Composer\\Scripts::postUpdate"
    ]
  }
}

统计信息

  • 总下载量: 166
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固