Download the PHP package mwstake/mediawiki-component-notifications without Composer
On this page you can find all versions of the php package mwstake/mediawiki-component-notifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mwstake/mediawiki-component-notifications
More information about mwstake/mediawiki-component-notifications
Files in mwstake/mediawiki-component-notifications
Download mwstake/mediawiki-component-notifications
More information about mwstake/mediawiki-component-notifications
Files in mwstake/mediawiki-component-notifications
Vendor mwstake
Package mediawiki-component-notifications
Short Description Provides common user interface elements and customizeable stylings
License GPL-3.0-only
Package mediawiki-component-notifications
Short Description Provides common user interface elements and customizeable stylings
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package mediawiki-component-notifications
MediaWiki Stakeholders Group - Components
Notifications 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-notifications": "~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-notifications with dependencies
PHP Build Version
Package Version
Requires
mwstake/mediawiki-componentloader Version
~1
The package mwstake/mediawiki-component-notifications contains the following files
Loading the files please wait ....