openemr/oe-module-installer-plugin
最新稳定版本:0.1.5
Composer 安装命令:
composer require openemr/oe-module-installer-plugin
包简介
OpenEMR Module Installer plugin for installing custom modules into the OpenEMR codebase.
README 文档
README
OpenEMR Module Composer Plugin installer that installs either Custom or Zend modules into the correct directory path using composer for an OpenEMR codebase.
Developers who wish to use composer to install their plugins can include in their composer.json the following composer types
For Custom Modules
/** composer.json ***/
{
"name": "openemr/SomeCustomModule",
"type": "openemr-module",
"require": {
"openemr/oe-module-installer-plugin": "^0.1.0"
}
}
The above module will install in the interface/modules/custom_modules/SomeCustomModule/ directory
For Zend Framework Modules
/** composer.json ***/
{
"name": "openemr/SomeCustomModule",
"type": "openemr-zend-module",
"require": {
"openemr/oe-module-installer-plugin": "^0.1.0"
}
}
The above module will install in the interface/modules/zend/modules/SomeCustomModule/ directory
统计信息
- 总下载量: 15.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 15
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-09-07