dykyi-roman / math-parser
Math parser
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/dykyi-roman/math-parser
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2025-09-28 08:38:29 UTC
README
Download image from remote host
Installation
Composer
The preferred way to install this extension is through Composer.
Either run
php composer.phar require dykyi-roman/math-parser "dev-master"
or add
"dykyi-roman/math-parser": "master"
to the require section of your composer.json
Usage
$mp = new mathParser(); $result = $mp->calc("1+2-(2*2)");
Author
Dykyi Roman, e-mail: mr.dukuy@gmail.com