Skip to content

PHPOffice/WMF

Repository files navigation

WMF

Latest Stable Version Coverage Status Total Downloads License CI

WMF is a library written in pure PHP that provides a set of classes to read WMF based file (like .wmf or .emf files).

WMF is an open source project licensed under the terms of MIT. WMF is aimed to be a high quality software product by incorporating continuous integration and unit testing. You can learn more about WMF by reading this Developers'Documentation and the API Documentation

If you have any questions, please ask on StackOverFlow

Read more about WMF:

Features

  • Read files

    • WMF files
    • (EMF files, not for the moment)
    • (EMF+ files, not for the moment)

Requirements

WMF requires the following:

  • PHP 7.1+

Installation

WMF is installed via Composer. To add a dependency to WMF in your project, either

Run the following to use the latest stable version

composer require phpoffice/wmf

or if you want the latest unreleased version

composer require phpoffice/wmf:dev-master

Contributing

We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute.