Download the PHP package hoanglongtrinh/logic-expression without Composer
On this page you can find all versions of the php package hoanglongtrinh/logic-expression. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hoanglongtrinh/logic-expression
More information about hoanglongtrinh/logic-expression
Files in hoanglongtrinh/logic-expression
Download hoanglongtrinh/logic-expression
More information about hoanglongtrinh/logic-expression
Files in hoanglongtrinh/logic-expression
Vendor hoanglongtrinh
Package logic-expression
Short Description Excel-like logic functions for PHP (IF, IFS, AND, OR...) with lazy evaluation & string parser
License MIT
Package logic-expression
Short Description Excel-like logic functions for PHP (IF, IFS, AND, OR...) with lazy evaluation & string parser
License MIT
Please rate this library. Is it a good library?
Informations about the package logic-expression
Logic Expression
A lightweight PHP library that mimics Excel's logical expressions.
Supported functions
if_excel(condition, valueIfTrue, valueIfFalse)
ifs_excel(condition1, value1, ..., conditionN, valueN)
and_excel(...)
or_excel(...)
not_excel(...)
Installation
use
All versions of logic-expression with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package hoanglongtrinh/logic-expression contains the following files
Loading the files please wait ....