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 847

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

3.0.2 2026-01-16 10:52 UTC

This package is auto-updated.

Last update: 2026-03-16 11:19:13 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