mnsami / 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.
https://packagist.org/packages/mnsami/composer-custom-directory-installer
MIT License
138 stars 27 forks source link

Difference to composer/installers? #25

Closed jcnventura closed 5 years ago

jcnventura commented 5 years ago

I'm struggling to understand what is the difference between this and composer/installers. Both provide the same extra/installer-paths logic. Was this a precursor to what is now in composer core?

mnsami commented 5 years ago

Hi,

The composer/installers has logic that works only if you specify a specific type when developing / constructing your package. See here https://github.com/composer/installers#example-composerjson-file

Mine, just works only if you specify the parameters mentioned in the documentation on any composer package.

That is the main difference.

mnsami commented 5 years ago

@jcnventura do you still want this open?