承接 unvsoft/composer-extra-installer 相关项目开发

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

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

unvsoft/composer-extra-installer

最新稳定版本:2.1

Composer 安装命令:

composer require unvsoft/composer-extra-installer

包简介

Composer Plugin for installing OS specific dependencies

README 文档

README

This composer plugin installs extra dependencies like fixtures, or OS specified packages.

It's usefull, if you want install specific packages only for Windows or a many binary packages.

This plugin install only specified packages, and won't download package dependencies.

This plugin will not add specified packages to autoload, there for section autoload not working.

Example usage

composer.json

{
    ...
    "require": {
        "unvsoft/composer-extra-installer": "dev-master"
        ...
    },
    "extra": {
        "extra-require": {
            "unvsoft/main-programs": "dev-master"
        },
        "extra-require-unix": {
            "unvsoft/emsow-pacs-bridge": "1.2.1"
        },
        "extra-require-dev": {
            "unvsoft/fixtures/video-samples": "20141117",
            "unvsoft/fixtures/images-samples": "20140622"
        },
        "extra-require-dev-win": {
            "dcmtk/dcmtk-unvsoft-win64": "3.6.1-rc20140821",
            "imagemagick/imagemagick-q16-win32": "6.8.9-patch5"
        }
        ...
    }
    ...
}

Where packages specified in

  • require-extra will be always installed (like require section),
  • require-extra-win install when OS is Windows,
  • require-extra-unix install when OS like Unix,
  • require-extra-dev installed when option --no-dev not specified
  • require-extra-dev-win installed when OS is Windows and option --no-dev not specified
  • require-extra-dev-win installed when OS like Unix and option --no-dev not specified

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-10