承接 m0hanraj/phpmd-config 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

m0hanraj/phpmd-config

最新稳定版本:v0.1.0

Composer 安装命令:

composer require m0hanraj/phpmd-config

包简介

PHPMD configuration for WordPress VIP plugins and themes

README 文档

README

This library contains PHPMD configuration for WordPress plugins and themes.

Minimal requirements

  • PHP 8.2

Development setup

To build the package

PHP setup

  • composer install

Installation

Composer install:

composer require --dev m0hanraj/phpmd-config

Usage

Using the ruleset

Create a phpmd.xml.dist file in your project and add the following:

<?xml version="1.0"?>
<ruleset>
    <rule ref="vendor/m0hanraj/nuk-wp-phpmd-config/ruleset.xml" />
</ruleset>

Usage with Composer

Add the following to scripts section in composer.json file and run composer phpmd, make sure to update the directory and file names accordingly.

"phpmd": "phpmd plugin.php,includes text phpmd.xml.dist --color"

Add the following to generate baseline file for existing plugins and run composer phpmd-baseline, make sure to update the directory and file names accordingly.

"phpmd-baseline": "phpmd plugin.php,includes text phpmd.xml.dist --generate-baseline"

Tagging and releasing

The content schema uses Semantic Versioning semver for versioning. The package is released using GitHub Releases. The release process is automated in Circle CI build step. To create a new release, follow these steps:

  • Update the relevant files with the new version. Commit the updated files.
  • Push the changes to the main branch, by merging the associated pull request
  • Create a release targeting the main branch within GitHub.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-04