aldidigitalservices/composer-package-development-toolset 问题修复 & 功能扩展

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

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

aldidigitalservices/composer-package-development-toolset

最新稳定版本:0.1.2

Composer 安装命令:

composer require --dev aldidigitalservices/composer-package-development-toolset

包简介

Develop Composer packages from inside your projects

关键字:

README 文档

README

A Composer plugin that enables you to develop your Composer packages alongside your project, without altering the composer.json or composer.lock file of the project. This works by symlinking the development packages into the vendor directory, replacing possible existing installations.

Installation

Add the package to your dev dependencies:

composer require --dev aldidigitalservices/composer-package-development-toolset

When prompted to allow this plugin confirm with y.

Usage

Development Package Location

The development packages are automatically registered by scanning the dev-packages directory. Its default location is in your project's root directory, ensuring your packages are available in your Docker container and adding code completion for project code in the development packages.
However, the location can be changed by adding the following to your composer.json:

"extra": {
    "composer-package-development-toolset": {
        "package-dir": "dev-packages"
    }
}

Workflow

As your composer.json and composer.lock won't be altered, Composer will remove the development package's symlinks on certain actions to match the content of these files. This plugin hooks into these actions and restores the symlinks afterwards, ensuring a seamless experience.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固