mercurysolutions/mathml-bundle

A MathML parser for PHP

Maintainers

Package info

github.com/renaudclosset/MathMLBundle

Type:symfony-bundle

pkg:composer/mercurysolutions/mathml-bundle

Statistics

Installs: 11 911

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

4.0.0 2026-05-22 10:47 UTC

This package is auto-updated.

Last update: 2026-05-22 10:51:28 UTC


README

Usage

$factory = $container->get('mercurysolutions.mathml');
$mathml = $factory->create('<mathml><apply><sum/><ci>x</ci><cn>2</cn></apply></mathml>');
$result = $mathml->calculate(['x' => 4]); // $result === 6