SemanticMediaWiki/ExtensionManager

Name: ExtensionManager

Owner: Semantic MediaWiki

Description: [Obsolete] Allows to display information about which Composer packages are installed and used within MediaWiki

Created: 2015-02-21 01:59:51.0

Updated: 2018-01-12 09:13:43.0

Pushed: 2018-01-11 21:10:01.0

Homepage:

Size: 80

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.