Search code examples
yiimediawikimediawiki-api

Server-side MediaWiki interface for integration with Yii project


I need to integrate MediaWiki in my Yii project. Is MediaWiki-API URL-based only? Yii and MW on same server. I want to manipulate with php-commands, not cUrl.


Solution

  • It is possible to call the API internally, though it requires some understanding of MediaWiki's inner workings. I suggest you start reading at API:Calling internally