From 8023d78f5a06536c82636c4cd4c63adcfe489195 Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 17 Jun 2019 12:21:38 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f65771e..fcf76d3 100644 --- a/README.md +++ b/README.md @@ -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 ! ;-)