Download the PHP package zhuravljov/yii2-calc-validator without Composer
On this page you can find all versions of the php package zhuravljov/yii2-calc-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zhuravljov/yii2-calc-validator
More information about zhuravljov/yii2-calc-validator
Files in zhuravljov/yii2-calc-validator
Download zhuravljov/yii2-calc-validator
More information about zhuravljov/yii2-calc-validator
Files in zhuravljov/yii2-calc-validator
Vendor zhuravljov
Package yii2-calc-validator
Short Description Math expression validator for Yii2
License BSD-3-Clause
Homepage https://github.com/zhuravljov/yii2-calc-validator
Package yii2-calc-validator
Short Description Math expression validator for Yii2
License BSD-3-Clause
Homepage https://github.com/zhuravljov/yii2-calc-validator
Please rate this library. Is it a good library?
Informations about the package yii2-calc-validator
Yii2 Calc Validator
Math expression validator without using eval()
for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json
file.
Usage
After adding this validator, expressions can be used in forms.
For example:
12.80 + 3.50 * 2
- valid expression. Result:19.8
.(2 + 2) * 2
- valid expression. Result:8
.(2 + 2
- invalid expression.
This validator checks an expression and saves a result. And it can be used for currency fields or any numeric fields.
More details about calculation of expressions.
All versions of yii2-calc-validator with dependencies
PHP Build Version
Package Version
The package zhuravljov/yii2-calc-validator contains the following files
Loading the files please wait ....