承接 mediawiki/extension-manager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mediawiki/extension-manager

Composer 安装命令:

composer require mediawiki/extension-manager

包简介

Extension manager for MediaWiki

README 文档

README

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version Packagist download count Dependency Status

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

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-02-21