PHPackages                             resist/asciimath2mathml - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. resist/asciimath2mathml

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

resist/asciimath2mathml
=======================

ASCIIMath to MathML Converter for PHP

0581PHP

Since Feb 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/resist/ASCIIMath2MathML)[ Packagist](https://packagist.org/packages/resist/asciimath2mathml)[ RSS](/packages/resist-asciimath2mathml/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ASCIIMath2MathML
================

[](#asciimath2mathml)

**ASCIIMath to MathML Converter for PHP**

**This repository is a fork of [Zefling/ASCIIMathPHP](https://github.com/Zefling/ASCIIMathPHP)**
For original credits see:

Usage
-----

[](#usage)

```
private function makeMathMLRaw($string): string
{
    $asciiMathPhp = new \ASCIIMath2MathML\ASCIIMathPHP();
    $asciiMathPhp->setExpr($string);
    $asciiMathPhp->genMathML();
    return $asciiMathPhp->getMathML();
}
```

Installation
------------

[](#installation)

Via composer:

```
{
"require": {
    "resist/asciimath2mathml": "dev-master"
    }
}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 55.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/15314f60ca260822456645d8465ee03a31525ab6d8ba8dc11c34d2df2fe83682?d=identicon)[resist](/maintainers/resist)

---

Top Contributors

[![r3sist](https://avatars.githubusercontent.com/u/5300352?v=4)](https://github.com/r3sist "r3sist (10 commits)")[![resist](https://avatars.githubusercontent.com/u/2023543?v=4)](https://github.com/resist "resist (8 commits)")

### Embed Badge

![Health badge](/badges/resist-asciimath2mathml/health.svg)

```
[![Health](https://phpackages.com/badges/resist-asciimath2mathml/health.svg)](https://phpackages.com/packages/resist-asciimath2mathml)
```

###  Alternatives

[pxlrbt/php-scoper-prefix-remover

101.6k](/packages/pxlrbt-php-scoper-prefix-remover)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
