davidverholen/magento-composer-installer
Composer 安装命令:
composer require davidverholen/magento-composer-installer
包简介
Composer installer for Magento modules
README 文档
README
Supported Types:
magento-module
magento-core
Core Installer
Installation
to Install the Magento Core require magento/core in your composer.json.
Magento will be copied to the Magento root dir (Default: 'magento')
{
"require": {
"davidverholen/magento-composer-installer": "~1",
"magento/core": "~1.9"
},
"extra": {
"magento-root-dir": "magento"
}
}
Module Installer
Install a Module
Just require the Modules in your composer.json.
Many composer installable Magento extensions are listed under packages.firegento.com
There is also an example of how to add a composer package directly from a github (or any git) Repository
{
"repositories": [
{
"type": "composer",
"url": "packages.firegento.com"
},
{
"type": "git",
"url": "https://github.com/danslo/ApiImport.git"
}
],
"require": {
"davidverholen/magento-composer-installer": "~1",
"magento/core": "~1.9",
"firegento/magesetup": "~2",
"danslo/api-import": "~1"
},
"extra": {
"magento-root-dir": "magento"
}
}
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2015-06-13