Update README.md

This commit is contained in:
Lico San
2019-06-17 12:21:38 +02:00
committed by GitHub
parent fbc82b017f
commit 8023d78f5a
+10 -1
View File
@@ -1,2 +1,11 @@
# Formula1
Mathematical formulas evaluator for PHP
**Simple Mathematical formulas evaluator for PHP**
If you need to evaluate a formula with basic operators and variables, and
- You dont want to use EVAL for obvious security reasons
- You don't want to rely on half the internet as dependancies, but prefer a single self-contained class
- You don't necessarily have the latest PHP version
- You want something readable that you could easily understand and customize.
Then you might like Formula1 ! ;-)