Download the PHP package mwstake/mediawiki-component-utils without Composer
On this page you can find all versions of the php package mwstake/mediawiki-component-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mediawiki-component-utils
MediaWiki Stakeholders Group - Components
Utils for MediaWiki
This code is meant to be executed within the MediaWiki application context. No standalone usage is intended.
Use in a MediaWiki extension
Add "mwstake/mediawiki-component-utils": "~2.0"
to the require
section of your composer.json
file.
Since 2.0 explicit initialization is required. This can be achived by
- either adding
"callback": "mwsInitComponents"
to yourextension.json
/skin.json
- or calling
mwsInitComponents();
within you extensions/skins customcallback
method
See also mwstake/mediawiki-componentloader
.
All versions of mediawiki-component-utils with dependencies
PHP Build Version
Package Version
Requires
mwstake/mediawiki-componentloader Version
~1
The package mwstake/mediawiki-component-utils contains the following files
Loading the files please wait ....