zagovorichev / composer-smart-installer
Correct folders installation
Package info
github.com/zagovorichev/composer-smart-installer
Type:composer-plugin
pkg:composer/zagovorichev/composer-smart-installer
v0.1.2
2021-02-11 15:04 UTC
Requires
- php: >=7.1
- composer-plugin-api: ^1.1 || ^2.0
- composer/installers: ^1.0
Requires (Dev)
- composer/composer: ^2.0
- phpunit/phpunit: ^9.5.2
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2026-04-12 02:36:39 UTC
README
How to use
Environment variables
Notice: none of these variables are required, composer will work by default, without variables.
GIT_MODULESlist of modules to install into theMODULES_DIR_PATHdirectory. Example:gir_repo1 git_repo2VENDOR_DIR_PATHdefault for composer isvendordirectory in the root of project, can be changed.MODULES_DIR_PATHpath for the repositories from theGIT_MODULESlist. Default value is root directory (near thevendordirectory)MODULES_NAME_MAPMapped names for the packages, to use different names for folders. Example:git_repo1:dir1 git_repo3:dirname. Default is the name of the package.