mercurysolutions/mathml-bundle

PHP的MathML解析器

安装次数: 10,966

依赖关系: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

3.0.1 2022-06-24 10:01 UTC

This package is auto-updated.

Last update: 2024-09-24 15:04:32 UTC


README

使用方法

$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