joomla / mediawiki
Joomla Mediawiki Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 77 636
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 7
Forks: 6
Open Issues: 1
Type:joomla-package
Requires
- php: ^5.3.10|~7.0
- joomla/http: ^1.2.2|~2.0
- joomla/registry: ^1.4.5|~2.0
- joomla/uri: ~1.0|~2.0
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- joomla/test: ~1.0
- phpunit/phpunit: ~4.8|>=5.0 <5.4
This package is auto-updated.
Last update: 2021-04-06 22:40:22 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": "~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"