2017 © Pedro Peláez
 

composer-plugin composer-directory-installer

A composer plugin, to help install packages of different types in custom paths.

image

hgtan/composer-directory-installer

A composer plugin, to help install packages of different types in custom paths.

  • Sunday, October 5, 2014
  • by hoangthienan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

composer-custom-directory-installer

A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor folder., (*1)

Installation

  • Include the composer plugin into your composer.json require section::
  "require":{
    "php": ">=5.3",
    "mnsami/composer-custom-directory-installer": "1.0.*",
    "monolog/monolog": "*"
  }
  • In the extra section define the custom directory you want to the package to be installed in::
  "extra":{
    "installer-paths":{
      "./monolog/": ["monolog/monolog"]
    }

by adding the installer-paths part, you are telling composer to install the monolog package inside the monolog folder in your root directory., (*2)

The Versions

05/10 2014

dev-master

9999999-dev

A composer plugin, to help install packages of different types in custom paths.

  Sources   Download

MIT

The Requires

  • composer-plugin-api *
  • php >=5.3

 

by Mina Nabil Sami

composer composer-installer composer-plugin

05/10 2014

1.0.3

1.0.3.0

A composer plugin, to help install packages of different types in custom paths.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • composer-plugin-api *

 

by Mina Nabil Sami

composer composer-installer composer-plugin

28/07 2014

1.0.2

1.0.2.0

A composer plugin, to help install packages of different types in custom paths.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • composer-plugin-api *

 

by Mina Nabil Sami

composer composer-installer composer-plugin