Download the PHP package lydic-group/filtering without Composer
On this page you can find all versions of the php package lydic-group/filtering. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lydic-group/filtering
More information about lydic-group/filtering
Files in lydic-group/filtering
Download lydic-group/filtering
More information about lydic-group/filtering
Files in lydic-group/filtering
Vendor lydic-group
Package filtering
Short Description This software provides a lexer and parser for a filter string
License MIT
Package filtering
Short Description This software provides a lexer and parser for a filter string
License MIT
Please rate this library. Is it a good library?
Informations about the package filtering
FILTERING
Enables parsing of expression's to a set of easy to navigate nodes.
Usage
Install the package using composer
You can now use the nodes in whatever way you want.
Syntax
The syntax is basic, a single filter looks like this:
You can chain multiple filters together:
You can also group filters together:
Operators
Operator | Description |
---|---|
eq | Equals |
neq | Not Equals |
gt | Greater then |
lt | Less then |
gte | Greater then equals |
lte | Loss then equals |
like | Like |
Logic operators
Operator | Description |
---|---|
AND | Should i explain? |
OR | Should i explain? |
Planned features
- Date operators
- Better error handling
Support
Hey 👋 If you like our libraries. Support us by buying us a coffee!
All versions of filtering with dependencies
PHP Build Version
Package Version
The package lydic-group/filtering contains the following files
Loading the files please wait ....