Skip to content

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

Features

  • Insert elements:

    • Basic :

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

      • Fraction : a3
      • Superscript : a3
    • Architectural :

      • Row
      • Semantics

Support

Readers

Features MathML Office MathML
Basic Identifier
Operator
Numeric
Simple Fraction
Superscript
Architectural Row
Semantics

Writers

Features MathML Office MathML
Basic Identifier
Operator
Numeric
Simple Fraction
Superscript
Architectural Row
Semantics

Contributing

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