Download the PHP package euautomation/canon without Composer
On this page you can find all versions of the php package euautomation/canon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package canon
canon
Using something like the WHERE part of an SQL query to evaluate an array like thing is true or false.
Basic Usage
Supports
- Basic Operators (=, !=, >, >=, <, <=)
foo > 9000
- LIKE Operator
foo LIKE "shoes%"
- LIKE ANY Operator
foo LIKE ANY ("shoes%", "socks%")
- IN Operator
foo IN (1, 2)
- Nested Columns Refs
foo.bar = 'baz'
- Brackets
foo = 2 AND (bar = 3 OR baz < 10)
Acknowledgments
- https://github.com/greenlion/PHP-SQL-Parser - lots of the parser code is from here
All versions of canon with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3.0
ext-mbstring Version *
ext-mbstring Version *
The package euautomation/canon contains the following files
Loading the files please wait ....