Download the PHP package nemorize/fexpr without Composer
On this page you can find all versions of the php package nemorize/fexpr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nemorize/fexpr
More information about nemorize/fexpr
Files in nemorize/fexpr
Download nemorize/fexpr
More information about nemorize/fexpr
Files in nemorize/fexpr
Vendor nemorize
Package fexpr
Short Description Simple filter query language parser (originally written in go by ganigeorgiev/fexpr)
License BSD-3-Clause
Package fexpr
Short Description Simple filter query language parser (originally written in go by ganigeorgiev/fexpr)
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package fexpr
php-fexpr
php-fexpr is a PHP-ported version of ganigeorgiev/fexpr that allows you to parse a filter query language and provides easy to work with AST structures.
Supports parenthesis and various conditional expression operators (see original project's Grammar)
Example usage
Using only the scanner
The tokenizer (aka. \Nemorize\Fexpr\Scanner
) could be used without the parser\s state machine
so that you can write your own custom tokens processing:
All versions of fexpr with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package nemorize/fexpr contains the following files
Loading the files please wait ....