Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WikibaseSolutions/mediawiki-template-parser
A blazing fast template parser for MediaWiki.
https://github.com/WikibaseSolutions/mediawiki-template-parser
Last synced: 11 days ago
JSON representation
A blazing fast template parser for MediaWiki.
- Host: GitHub
- URL: https://github.com/WikibaseSolutions/mediawiki-template-parser
- Owner: WikibaseSolutions
- License: gpl-3.0
- Created: 2022-02-04T10:19:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T14:15:48.000Z (about 2 years ago)
- Last Synced: 2024-04-24T13:21:58.106Z (7 months ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - mediawiki-template-parser - A blazing fast template parser for MediaWiki. (PHP)
README
# wikibase-solutions/mediawiki-template-parser
Provides a parser for MediaWiki articles to extract template calls.
## Installation
You can add this library as a dependency to your project using
[Composer](https://getcomposer.org):```
composer require wikibase-solutions/mediawiki-template-parser
```