nielbuys/field_calculate

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/nielbuys/field_calculate

v1.3 2021-04-13 11:26 UTC

This package is auto-updated.

Last update: 2025-10-13 21:33:52 UTC


README

Class provided by http://stackoverflow.com/users/555222/clarkk

in this answer http://stackoverflow.com/a/27077376

To install

composer require nielbuys/field_calculate

Usage instruction

$calc = new Field_calculate();
echo $calc->calculate('34+2');
echo $calc->calculate('(34+2)*3');