osotov / bitrix-module-installer-plugin
Bitrix modules installation plugin. Plugin adds modules to /local/modules/{$name} location
Installs: 77
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 1
Open Issues: 0
Type:composer-plugin
pkg:composer/osotov/bitrix-module-installer-plugin
Requires
- composer-plugin-api: 1.0.0
This package is not auto-updated.
Last update: 2025-10-20 16:52:54 UTC
README
================================
Composer plugin to help installing bitrix modules to /local/modules/{$name} destination path.
To use this plugin you must add to your composer.json next things:
- "type": "bitrix-module-installer"
- "require": { "osotov/bitrix-module-installer-plugin": "~1.0.*" }
Example:
{
"name":"vendor/name",
"type": "bitrix-module-installer",
"description":"some description",
"license": "MIT",
"require":{
"php":">=5.3.0",
"osotov/bitrix-module-installer-plugin": "1.0.*"
}
}