Download the PHP package choate/matex without Composer
On this page you can find all versions of the php package choate/matex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor choate
Package matex
Short Description PHP Mathematical expression parser and evaluator
License MIT
Homepage https://github.com/choate/matex
Package matex
Short Description PHP Mathematical expression parser and evaluator
License MIT
Homepage https://github.com/choate/matex
Please rate this library. Is it a good library?
Informations about the package matex
Matex
PHP Mathematical expression parser and evaluator
Features
- Fast evaluation
- Compact codebase
- Operators: + - * / ^ % != == < <= > >= && ||
- Operators Precedence: PHP Operators Precedence
- Brackets, nested, unlimited levels
- Variables: predefined or estimated dynamically
- Functions: predefined or connected dynamically
- String arguments in functions, like field("name")
- String operations, currently concatenation is supported
Installation
Using Composer run
See manual for more details and options.
Usage
Basic:
String concatenation:
Variables:
Dynamic variables:
Functions:
Extravaganza:
See examples for code samples.
Author
Choate - https://github.com/choate
Dorin Marcoci - https://www.marcodor.com
License
Matex is distributed under MIT license.
All versions of matex with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package choate/matex contains the following files
Loading the files please wait ....