joomla / mediawiki
Joomla Mediawiki Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 158 626
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 12
Forks: 6
Open Issues: 0
Type:joomla-package
Requires
- php: ^8.1.0
- joomla/http: ^3.0
- joomla/registry: ^3.0
- joomla/uri: ^3.0
Requires (Dev)
- ext-simplexml: *
- joomla/test: ^3.0
- phan/phan: ^5.4.2
- phpstan/phpstan: ^1.10.7
- phpunit/phpunit: ^9.5.28
- rector/rector: ^0.15.21
- squizlabs/php_codesniffer: ^3.7.2
This package is auto-updated.
Last update: 2024-10-08 21:11:39 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"