aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b015e84bd4015012973688c4896024b8ecfe0736 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# NXP MathExecutor

Simple math expressions calculator

## Sample usage:

    <?php
    require "vendor/autoload.php";
    $calculator = new \NXP\MathExecutor();
    print $calculator->execute("1 + 2 * (2 - (4+10))^2");
    
## Install via Composer

All instructions to install here:

[https://packagist.org/packages/nxp/math-executor]