2017 © Pedro Peláez
 

composer-plugin magento-composer-installer

Composer installer for Magento modules

image

davidverholen/magento-composer-installer

Composer installer for Magento modules

  • Saturday, August 8, 2015
  • by davidverholen
  • Repository
  • 3 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Magento Composer Installer

Build Status Scrutinizer Code Quality, (*1)

Supported Types:

magento-module
magento-core, (*2)

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'), (*3)

{
    "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., (*4)

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, (*5)

{
    "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"  
    }  
}

The Versions

08/08 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/davidverholen/magento-composer-installer

Composer installer for Magento modules

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

composer installer magento

08/08 2015

dev-scrutinizer-patch-2

dev-scrutinizer-patch-2 https://github.com/davidverholen/magento-composer-installer

Composer installer for Magento modules

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

composer installer magento

19/07 2015

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1 https://github.com/davidverholen/magento-composer-installer

Composer installer for Magento modules

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

composer installer magento