phpfit/package-publisher 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

phpfit/package-publisher

最新稳定版本:1.0.0

Composer 安装命令:

composer require phpfit/package-publisher

包简介

Publish or copy files from package publishable files to current app dir

README 文档

README

Composer plugin to get publish files of a package and copy the files from package directory to app directory. This module is for internal system php fit framework usage only. Nothing to do here for app developer.

Installation

composer require phpfit/package-publisher

Usage

Add an extra key on your package composer.json file to target the package publish file base directory:

{
    "...": "...",
    "extra": {
        "phpfit": {
            "publish": "etc/publish"
        }
    },
    "...": "..."
}

Extra name should be phpfit.publish to be identified.

As of example above, all files inside folder {PACKAGE_DIR}/etc/publish will be copied to {APP_DIR}/.

License

The phpfit/package-publisher library is licensed under the MIT license. See License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-23