isleshocky77/suitecrm-modules-installer
Composer 安装命令:
composer require isleshocky77/suitecrm-modules-installer
包简介
Composer type for installing SuiteCrm Modules
README 文档
README
This is suitecrm-modules-installer. A composer plugin which allows you to include SuiteCrm modules as composer dependencies.
Usage
Add-On Module
{
"name": "my/add-on-module",
"description": "Add-on module for doing something cool",
"type": "suitecrm-module",
"require": {
"isleshocky77/suitecrm-modules-installer": "^1.0"
}
}
Project
You can now include your dependency in the SuiteCrm Project.
This can currently be done through one of two ways, and soon to be one of three.
Command Line
composer require my/add-on-module
Update composer.json
Add your package to composer.json manually
{
"name": "salesagility/suitecrm",
"description": "SuiteCRM",
[..]
"require": {
"php": ">=5.6.0",
[..]
"soundasleep/html2text": "~0.5",
"consolidation/robo": "^1.4",
"my/add-on-module": "^1.0"
},
[..]
}
Add composer.ext.json (not yet available)
If, and after composer-merge-plugin is added to the project through PR#6950, you can just add a file named composer.ext.json to your root path.
{
"require": {
"my/add-on-module": "^1.0"
}
}
then run
composer update --lock
License
suitecrm-modules-installer is licensed under GPLv3.
suitecrm-modules-installer is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
suitecrm-modules-installer is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with suitecrm-modules-installer. If not, see <http://www.gnu.org/licenses/>.
统计信息
- 总下载量: 78
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-03-19