Skip to content

Installation

Requirements

Mandatory:

  • PHP 7.1+

Installation

Using Composer

To install via Composer, add the following lines to your composer.json:

{
    "require": {
        "phpoffice/wmf": "dev-master"
    }
}