PHPackages                             oat-sa/lib-beeme - 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. oat-sa/lib-beeme

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

oat-sa/lib-beeme
================

Simple mathematical expression/equation parser and calculator.

0.2.0(9y ago)3171.8k↓23%5[1 PRs](https://github.com/oat-sa/lib-beeme/pulls)1MITPHPPHP &gt;=5.3.0CI failing

Since Apr 5Pushed 2y ago18 watchersCompare

[ Source](https://github.com/oat-sa/lib-beeme)[ Packagist](https://packagist.org/packages/oat-sa/lib-beeme)[ RSS](/packages/oat-sa-lib-beeme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (1)

Beeme (Basic Equation/Expression Math Engine)
=============================================

[](#beeme-basic-equationexpression-math-engine)

Simple mathematical expression parser and calculator *based on the great work of Adrean Boyadzhiev*.

Install
-------

[](#install)

The recommended way to install Beeme is [through composer](http://getcomposer.org).

```
{
    "require": {
        "oat-sa/lib-beeme": "dev-master"
    }
}
```

Basic Usage
-----------

[](#basic-usage)

Here is an simple example of evaluation of mathematical expression

```
