joomla/mediawiki

Joomla Mediawiki Package

3.0.0 2023-10-08 13:16 UTC

This package is auto-updated.

Last update: 2024-04-08 14:18:51 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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": "^2.0" to the "require" block in your composer.json and then run composer install.

{
	"require": {
		"joomla/mediawiki": "^2.0"
	}
}

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

composer require joomla/mediawiki "^2.0"