joomla / mediawiki
Joomla Mediawiki Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 129 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 10
Forks: 6
Open Issues: 1
Type:joomla-package
Requires
- php: ^7.2.5|~8.0.0|~8.1.0
- joomla/http: ^2.0
- joomla/registry: ^2.0
- joomla/uri: ^2.0
Requires (Dev)
- ext-simplexml: *
- joomla/coding-standards: ^3.0@dev
- joomla/test: ^2.0
- phpunit/phpunit: ^8.5|^9.0
- rector/rector: ^0.14.0
This package is auto-updated.
Last update: 2023-05-24 11:26:16 UTC
README
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"