WMF - Manipulate WMF Images

Maintainers

👁 Progi1984

Package info

github.com/PHPOffice/WMF

Homepage

pkg:composer/phpoffice/wmf

Statistics

Installs: 125

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.3 2024-09-11 07:21 UTC

Requires

  • php: ^7.1|^8.0
  • ext-gd: *

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 5817314264b8fe1824d9ae0a1410e8b5b55bf6f2

phpimageemfwmf

This package is auto-updated.

Last update: 2026-06-11 11:00:07 UTC


README

👁 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.