Download the PHP package anzu20/math-expression-executor without Composer
On this page you can find all versions of the php package anzu20/math-expression-executor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package math-expression-executor
Исполнитель математических выражений
Установка
Через Composer
Выполните команду
composer require --dev anzu20/math-expression-executor
Или добавьте
"anzu20/math-expression-executor": "*"
в секцию require вашего файла composer.json
Вручную
Скачайте архив проекта и поместите содержимое каталога lib в ваш проект Подключте автозагрузку
require __DIR__ . '/autoload.php';
Использование
Библиотека работает по нескольким принципам:
- Выражение содержит только бинарные операции + - * /
- Выражение содержит только однозначные числа
- Выражение не содержит унарных операций (например, -1)
Пример использования:
All versions of math-expression-executor with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package anzu20/math-expression-executor contains the following files
Loading the files please wait ....