Download the PHP package ank/installer without Composer
On this page you can find all versions of the php package ank/installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ank/installer
More information about ank/installer
Files in ank/installer
Download ank/installer
More information about ank/installer
Files in ank/installer
Vendor ank
Package installer
Short Description Extend the composer/installers plugin to accept any arbitrary package type.
License MIT
Homepage http://www.oomphinc.com/
Package installer
Short Description Extend the composer/installers plugin to accept any arbitrary package type.
License MIT
Homepage http://www.oomphinc.com/
Please rate this library. Is it a good library?
Informations about the package installer
Composer Installers
使用方法
配置方法
新创建一种纯静态资源包类型 static
,包配置如下:
安装的时候需要安装到当前项目的 web/public
目录下面,
在根composer.json
中添加上面自定义类型的支持
可使用三种方法来匹配安装包, 1、直接使用包名字 2、按类型来匹配 3、按供应商名字来归类
路径中可以使用的变量 {$name}
{$vendor}
{$type}
默认情况下如果一个包不指定type则默认为 library
,安装的时候如果这个类型已经添加到 "installer-types"
, 插件将会云查询映射的安装路径.如果没有匹配到则使用默认安装路径。
映射路径规则,可以参考
composer/installers
:
其它请查看 composer/installers
的README 文档 (e.g. {$name}
).
All versions of installer with dependencies
PHP Build Version
Package Version
The package ank/installer contains the following files
Loading the files please wait ....