mediawiki/extension-manager
Composer 安装命令:
composer require mediawiki/extension-manager
包简介
Extension manager for MediaWiki
README 文档
README
Requires MediaWiki 1.20 or later.
A simple extension that deploys a Special:ListComposerPackages page in order to display
information about which composer packages are installed and used within MediaWiki.
WebApi
An interface to access installed composer packages.
api.php?action=composerpackages
Installation
The recommended way to install this extension is through Composer. Just add the following to the
MediaWiki composer.json file and run the php composer.phar install/update command.
{
"require": {
"mwjames/composer-packages": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mwjames/composer-packages"
}
],
"minimum-stability" : "dev"
}
A manual installation will be insufficient due to usage of the Composer autoloader. For more information about how to use MediaWiki and Composer, see here.
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-02-21