定制 alleyinteractive/wp-to-psr-4 二次开发

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

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

alleyinteractive/wp-to-psr-4

最新稳定版本:v1.0.4

Composer 安装命令:

composer create-project alleyinteractive/wp-to-psr-4

包简介

Migrate a WordPress-style code base to PSR-4 file structure.

README 文档

README

Migrate a WordPress-style code base to PSR-4 file structure. For example:

src/example/path/to/class-file.php -> src/Example/Path/To/ClassFile.php
src/example/trait-ReusableTrait.php -> src/Example/ReusableTrait.php
src/example/interface-ReusableInterface.php -> src/Example/ReusableInterface.php

Installation

You can download the latest wp-to-psr4.phar phar from the releases page using the following example:

wget $(curl -s https://api.github.com/repos/alleyinteractive/wp-to-psr-4/releases/latest | grep "browser_download_url" | grep "wp-to-psr4.phar" | cut -d '"' -f 4)
chmod +x wp-to-psr4.phar
mv wp-to-psr4.phar /usr/local/bin/wp-to-psr4

Or you can install it globally using Composer:

composer global require alleyinteractive/wp-to-psr-4

Usage

wp-to-psr4 path/to/convert

Options

--dry-run

Prints the changes that would be made without actually making them.

--exclude

Exclude a directory/file from being converted. This option can be used multiple times and accepts glob patterns.

--no-git

Do not run git mv on the files. Will only make changes to the file system.

Credits

This project is actively maintained by Alley Interactive. Like what you see? Come work with us.

License

The GNU General Public License (GPL) license. Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 19
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-11-20