Download the PHP package jamesgerat/exprlib without Composer
On this page you can find all versions of the php package jamesgerat/exprlib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jamesgerat/exprlib
More information about jamesgerat/exprlib
Files in jamesgerat/exprlib
Download jamesgerat/exprlib
More information about jamesgerat/exprlib
Files in jamesgerat/exprlib
Vendor jamesgerat
Package exprlib
Short Description An expression parser in PHP
License MIT
Homepage https://github.com/jamesgerat/exprlib
Package exprlib
Short Description An expression parser in PHP
License MIT
Homepage https://github.com/jamesgerat/exprlib
Keywords mathexpressions
Please rate this library. Is it a good library?
Informations about the package exprlib
exprlib - PHP
For migration from thesoftwarefarm/exprlib and another fork need:
- replace var format from "{{a}}" to "[a]"
- up php to 7.3
An expression parser in PHP, code inspired from codehackit
An alternative to this is Hoa/Math
List of functions and features:
- operators = * + - ^ !=
- acos
- cos
- sin
- tan
- round
- pow
- sqrt
- log
- exp
- sum
- avg
- min
- max
- if (condition, than, else)
- var placing with [varName]
Examples:
Launch tests
Look at .travis.yml
Todo
- Look at how is the best way to decouple Scope
- Add tests
All versions of exprlib with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
The package jamesgerat/exprlib contains the following files
Loading the files please wait ....