web_writer/vendor/phpoffice/math
mirivlad 91f70ed69c first commit 2025-11-20 14:44:35 +08:00
..
.github first commit 2025-11-20 14:44:35 +08:00
docs first commit 2025-11-20 14:44:35 +08:00
src/Math first commit 2025-11-20 14:44:35 +08:00
tests first commit 2025-11-20 14:44:35 +08:00
.gitignore first commit 2025-11-20 14:44:35 +08:00
.php-cs-fixer.dist.php first commit 2025-11-20 14:44:35 +08:00
LICENSE first commit 2025-11-20 14:44:35 +08:00
README.md first commit 2025-11-20 14:44:35 +08:00
composer.json first commit 2025-11-20 14:44:35 +08:00
mkdocs.yml first commit 2025-11-20 14:44:35 +08:00
phpstan.neon.dist first commit 2025-11-20 14:44:35 +08:00
phpunit.xml.dist first commit 2025-11-20 14:44:35 +08:00
roave-bc-check.yaml first commit 2025-11-20 14:44:35 +08:00

README.md

Math

Latest Stable Version Coverage Status Total Downloads License CI

Math is a library written in pure PHP that provides a set of classes to manipulate different formula file formats, i.e. MathML and Office MathML (OOML).

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

If you have any questions, please ask on StackOverFlow

Read more about Math:

Features

  • Insert elements:

    • Basic :

      • Identifier : a
      • Operator : +
      • Numeric : 2
    • Simple :

      • Fraction : a3
      • Superscript : a3
    • Architectural :

      • Row
      • Semantics
  • Support

    • MathML
    • OfficeMathML

Requirements

Math requires the following:

Installation

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

Run the following to use the latest stable version

composer require phpoffice/math

or if you want the latest unreleased version

composer require phpoffice/math:dev-master

Contributing

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