PHPackages                             ricanontherun/simple-expression-solver - 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. ricanontherun/simple-expression-solver

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

ricanontherun/simple-expression-solver
======================================

A simple expression solver

014PHP

Since Apr 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ricanontherun/SimpleExpressionParser)[ Packagist](https://packagist.org/packages/ricanontherun/simple-expression-solver)[ RSS](/packages/ricanontherun-simple-expression-solver/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Expression Solver
=================

[](#expression-solver)

Library for solving match expressions via string. Support is very simple at the moment.

```
use ricanontherun\ExpressionSolver\Solver;

$solver = new Solver();
$answer = $solver->solveExpression('1+2/3'); // ~1.66667
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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://avatars.githubusercontent.com/u/2516260?v=4)[Christian Roman](/maintainers/ricanontherun)[@ricanontherun](https://github.com/ricanontherun)

---

Top Contributors

[![ricanontherun](https://avatars.githubusercontent.com/u/2516260?v=4)](https://github.com/ricanontherun "ricanontherun (21 commits)")

### Embed Badge

![Health badge](/badges/ricanontherun-simple-expression-solver/health.svg)

```
[![Health](https://phpackages.com/badges/ricanontherun-simple-expression-solver/health.svg)](https://phpackages.com/packages/ricanontherun-simple-expression-solver)
```

###  Alternatives

[wavey/sweetalert

SweetAlert2 implementation for Laravel

498.0k](/packages/wavey-sweetalert)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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