You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Reference:ParserHooks"
(Changed categories.) |
OOP interface for creating parser hooks in a declarative fashion
This is a PHP library for MediaWiki extensions. It does not in itself add or enhance functionality of your wiki.
Requirements[edit | edit source]
The latest versions (1.6+) requires more recent PHP and MediaWiki. If that does not work for you, just stick with version 1.5, which has no known defects and does not miss any real features.
[1]Installation[edit | edit source]
You can use Composer to download and install this package as well as its dependencies. Alternatively you can simply clone the git repository and take care of loading yourself.
Source: GitHub
OOP interface for creating parser hooks in a declarative fashion
[[en:{{FULLPAGENAME}}]][[de:ParserHooks]]
[[Category:Extension]]
This is a PHP library for MediaWiki extensions. It does not in itself add or enhance functionality of your wiki.
==Requirements==
* [http://php.net/ PHP] 5.3 or later (including PHP 7)
* [https://www.mediawiki.org/ MediaWiki] 1.16 or later
The latest versions (1.6+) requires more recent PHP and MediaWiki. If that does not work for you, just stick with version 1.5, which has no known defects and does not miss any real features.
* [http://php.net/ PHP] 5.5 or later (including PHP 7.x)
* [https://www.mediawiki.org/ MediaWiki] 1.27 or later
==[https://github.com/JeroenDeDauw/ParserHooks#installation ]Installation==
You can use [http://getcomposer.org/ Composer] to download and install this package as well as its dependencies. Alternatively you can simply clone the git repository and take care of loading yourself.
'''Source: '''[https://github.com/JeroenDeDauw/ParserHooks#parserhooks GitHub]
Line 2: | Line 2: | ||
[[en:{{FULLPAGENAME}}]][[de:ParserHooks]] | [[en:{{FULLPAGENAME}}]][[de:ParserHooks]] | ||
[[Category:Extension]] | [[Category:Extension]] | ||
+ | |||
+ | This is a PHP library for MediaWiki extensions. It does not in itself add or enhance functionality of your wiki. | ||
+ | |||
+ | ==Requirements== | ||
+ | * [http://php.net/ PHP] 5.3 or later (including PHP 7) | ||
+ | * [https://www.mediawiki.org/ MediaWiki] 1.16 or later | ||
+ | |||
+ | The latest versions (1.6+) requires more recent PHP and MediaWiki. If that does not work for you, just stick with version 1.5, which has no known defects and does not miss any real features. | ||
+ | |||
+ | * [http://php.net/ PHP] 5.5 or later (including PHP 7.x) | ||
+ | * [https://www.mediawiki.org/ MediaWiki] 1.27 or later | ||
+ | |||
+ | ==[https://github.com/JeroenDeDauw/ParserHooks#installation ]Installation== | ||
+ | You can use [http://getcomposer.org/ Composer] to download and install this package as well as its dependencies. Alternatively you can simply clone the git repository and take care of loading yourself. | ||
+ | |||
+ | |||
+ | '''Source: '''[https://github.com/JeroenDeDauw/ParserHooks#parserhooks GitHub] |