fastslack / mediawiki-api

Joomla Framework MediaWiki Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The MediaWiki Package Build Status

Using the MediaWiki Package

The MediaWiki package is designed to be a straightforward interface for working with MediaWiki.

More Information

The following resources contain more information:

Installation via Composer

Add "joomla/mediawiki": "~1.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/mediawiki": "~1.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/mediawiki "~1.0"

About

Joomla Framework MediaWiki Package

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%