installers

A Multi-Framework Composer Library Installer

  • 所有者: composer/installers
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

A Multi-Framework Composer Library Installer

Build Status

This is for PHP package authors to require in their composer.json. It will
install their package to the correct location based on the specified package
type.

The goal of Installers is to be a simple package type to install path map.
Users can also customize the install path per package and package authors can
modify the package name upon installing.

Installers isn't intended on replacing all custom installers. If your
package requires special installation handling then by all means, create a
custom installer to handle it
.

Natively Supported Frameworks:

The following frameworks natively work with Composer and will be
installed to the default vendor directory. composer/installers
is not needed to install packages with these frameworks:

  • Aura
  • Symfony2
  • Yii
  • Yii2

Current Supported Package Types

Stable types are marked as bold, this means that installation paths
for those type will not be changed. Any adjustment for those types would
require creation of brand new type that will cover required changes., Framework, Types, ---------, -----, Aimeos, aimeos-extension, Asgard, asgard-moduleasgard-theme, Attogram, attogram-module, AGL, agl-module, Bonefish, bonefish-package, AnnotateCms, annotatecms-moduleannotatecms-componentannotatecms-service, Bitrix, bitrix-module (deprecated) bitrix-component (deprecated) bitrix-theme (deprecated) bitrix-d7-module bitrix-d7-component bitrix-d7-template, CakePHP 2+, cakephp-plugin, Chef, chef-cookbookchef-role, CiviCrm, civicrm-ext, CCFramework, ccframework-shipccframework-theme, Cockpit, cockpit-module, CodeIgniter, codeigniter-librarycodeigniter-third-partycodeigniter-module, concrete5, concrete5-coreconcrete5-packageconcrete5-themeconcrete5-blockconcrete5-update, Craft, craft-plugin, Croogo, croogo-plugincroogo-theme, Decibel, decibel-app, Dframe, dframe-module, DokuWiki, dokuwiki-plugindokuwiki-template, Dolibarr, dolibarr-module, Drupal, drupal-coredrupal-moduledrupal-themedrupal-librarydrupal-profiledrupal-drushdrupal-custom-themedrupal-custom-moduledrupal-custom-profiledrupal-drupal-multisitedrupal-consoledrupal-console-languagedrupal-config, Elgg, elgg-plugin, Eliasis, eliasis-componenteliasis-moduleeliasis-plugineliasis-template, ExpressionEngine 3, ee3-addonee3-theme, eZ Platform, ezplatform-assetsezplatform-meta-assets, FuelPHP v1.x, fuel-modulefuel-packagefuel-theme, FuelPHP v2.x, fuelphp-component, Grav, grav-plugingrav-theme, Hurad, hurad-pluginhurad-theme, ImageCMS, imagecms-templateimagecms-moduleimagecms-library, iTop, itop-extension, Joomla, joomla-componentjoomla-modulejoomla-templatejoomla-pluginjoomla-library, Kanboard, kanboard-plugin, Kirby, kirby-pluginkirby-fieldkirby-tag, Known, known-pluginknown-themeknown-console, KodiCMS, kodicms-pluginkodicms-media, Kohana, kohana-module, Lan Management System, lms-pluginlms-templatelms-document-templatelms-userpanel-module, Laravel, laravel-library, Lavalite, lavalite-themelavalite-package, Lithium, lithium-librarylithium-source, Magento, magento-librarymagento-skinmagento-theme, majima, majima-plugin, Mako, mako-package, MantisBT, mantisbt-plugin, Mautic, mautic-pluginmautic-theme, Maya, maya-module, MODX, modx-extra, MODX Evo, modxevo-snippetmodxevo-pluginmodxevo-modulemodxevo-templatemodxevo-lib, MediaWiki, mediawiki-extension, October, october-moduleoctober-pluginoctober-theme, OntoWiki, ontowiki-extensionontowiki-themeontowiki-translation, OXID, oxid-moduleoxid-themeoxid-out, Osclass, osclass-pluginosclass-themeosclass-language, MODULEWork, modulework-module, Moodle, moodle-* (Please check source for all supported types), Piwik, piwik-plugin, phpBB, phpbb-extensionphpbb-stylephpbb-language, Pimcore, pimcore-plugin(deprecated, only used for versions <= 4), Plentymarkets, plentymarkets-plugin, PPI, ppi-module, Puppet, puppet-module, Porto, porto-container, RadPHP, radphp-bundle, REDAXO, redaxo-addon, REDAXO bestyle-plugin, redaxo-bestyle-plugin, REDAXO V5., redaxo5-addon, REDAXO V5. bestyle-plugin, redaxo5-bestyle-plugin, ReIndex, reindex-plugin reindex-theme, Roundcube, roundcube-plugin, shopware, shopware-backend-pluginshopware-core-pluginshopware-frontend-pluginshopware-themeshopware-pluginshopware-frontend-theme, SilverStripe, silverstripe-modulesilverstripe-theme, SiteDirect, sitedirect-modulesitedirect-plugin, SMF, smf-modulesmf-theme, SyDES, sydes-modulesydes-theme, Sylius, sylius-theme, symfony1, symfony1-plugin, TAO, tao-extension, Tusk, tusk-tasktusk-commandtusk-asset, TYPO3 Flow, typo3-flow-packagetypo3-flow-frameworktypo3-flow-plugintypo3-flow-sitetypo3-flow-boilerplatetypo3-flow-build, TYPO3 CMS, typo3-cms-extension (Deprecated in this package, use the TYPO3 CMS Installers instead), UserFrosting, userfrosting-sprinkle, Vanilla, vanilla-pluginvanilla-theme, Vgmcp, vgmcp-bundlevgmcp-theme, WHMCS, whmcs-addonswhmcs-fraudwhmcs-gatewayswhmcs-notificationswhmcs-registrarswhmcs-reportswhmcs-securitywhmcs-serverswhmcs-socialwhmcs-supportwhmcs-templateswhmcs-includes, Wolf CMS, wolfcms-plugin, WordPress, wordpress-pluginwordpress-themewordpress-mupluginwordpress-dropin, YAWIK, yawik-module, Zend, zend-libraryzend-extrazend-module, Zikula, zikula-modulezikula-theme, Prestashop, prestashop-moduleprestashop-theme, Phifty, phifty-bundlephifty-frameworkphifty-library

Example composer.json File

This is an example for a CakePHP plugin. The only important parts to set in your
composer.json file are "type": "cakephp-plugin" which describes what your
package is and "require": { "composer/installers": "~1.0" } which tells composer
to load the custom installers.

{
    "name": "you/ftp",
    "type": "cakephp-plugin",
    "require": {
        "composer/installers": "~1.0"
    }
}

This would install your package to the Plugin/Ftp/ folder of a CakePHP app
when a user runs php composer.phar install.

So submit your packages to packagist.org!

Custom Install Paths

If you are consuming a package that uses the composer/installers you can
override the install path with the following extra in your composer.json:

{
    "extra": {
        "installer-paths": {
            "your/custom/path/{$name}/": ["shama/ftp", "vendor/package"]
        }
    }
}

A package type can have a custom installation path with a type: prefix.

{
    "extra": {
        "installer-paths": {
            "your/custom/path/{$name}/": ["type:wordpress-plugin"]
        }
    }
}

You can also have the same vendor packages with a custom installation path by
using the vendor: prefix.

{
    "extra": {
        "installer-paths": {
            "your/custom/path/{$name}/": ["vendor:my_organization"]
        }
    }
}

These would use your custom path for each of the listed packages. The available
variables to use in your paths are: {$name}, {$vendor}, {$type}.

Custom Install Names

If you're a package author and need your package to be named differently when
installed consider using the installer-name extra.

For example you have a package named shama/cakephp-ftp with the type
cakephp-plugin. Installing with composer/installers would install to the
path Plugin/CakephpFtp. Due to the strict naming conventions, you as a
package author actually need the package to be named and installed to
Plugin/Ftp. Using the following config within your package composer.json
will allow this:

{
    "name": "shama/cakephp-ftp",
    "type": "cakephp-plugin",
    "extra": {
        "installer-name": "Ftp"
    }
}

Please note the name entered into installer-name will be the final and will
not be inflected.

Disabling installers

There may be time when you want to disable one or more installers from composer/installers.
For example, if you are managing a package or project that uses a framework specific installer that
conflicts with composer/installers but also have a dependency on a package that depends on composer/installers.

Installers can be disabled for your project by specifying the extra
installer-disable property. If set to true, "all", or "*" all installers
will be disabled.

{
    "extra": {
        "installer-disable": true
    }
}

Otherwise a single installer or an array of installers may be specified.

{
    "extra": {
        "installer-disable": [
            "cakephp",
            "drupal"
        ]
    }
}

Note: Using a global disable value (true, "all", or "*") will take precedence over individual
installer names if used in an array. The example below will disable all installers.

{
    "extra": {
        "installer-disable": [
          "drupal",
          "all"
        ]
    }
}

Should we allow dynamic package types or paths? No.

What are they? The ability for a package author to determine where a package
will be installed either through setting the path directly in their
composer.json or through a dynamic package type: "type": "framework-install-here".

It has been proposed many times. Even implemented once early on and then
removed. Installers won't do this because it would allow a single package
author to wipe out entire folders without the user's consent. That user would
then come here to yell at us.

Anyone still wanting this capability should consider requiring https://github.com/oomphinc/composer-installers-extender.

主要指标

概览
名称与所有者composer/installers
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2012-06-18 07:13:37
推送于2024-11-26 13:24:01
最后一次提交
发布数45
最新版本名称v2.3.0 (发布于 )
第一版名称v1.0.0 (发布于 2012-09-07 21:18:01)
用户参与
星数1.4k
关注者数49
派生数412
提交数692
已启用问题?
问题数164
打开的问题数16
拉请求数202
打开的拉请求数4
关闭的拉请求数178
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?