Download the PHP package markjaquith/wherewithal without Composer
On this page you can find all versions of the php package markjaquith/wherewithal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download markjaquith/wherewithal
More information about markjaquith/wherewithal
Files in markjaquith/wherewithal
Download markjaquith/wherewithal
More information about markjaquith/wherewithal
Files in markjaquith/wherewithal
Vendor markjaquith
Package wherewithal
Short Description Given constraints, parses a string of conditions into a valid MySQL WHERE clause
License MIT
Package wherewithal
Short Description Given constraints, parses a string of conditions into a valid MySQL WHERE clause
License MIT
Please rate this library. Is it a good library?
Informations about the package wherewithal
Wherewithal
Given constraints, parses a string of conditions into a valid MySQL WHERE clause
Installation
composer require markjaquith/wherewithal
Usage
You can also map simple column names to complex expressions like so:
Columns that you don't put in the config will be assumed to be values. Values
always use the placeholder token ?
.
You should combine the resulting WHERE
(or HAVING
) clause using your database
layer. Here's how you'd do it in Laravel:
All versions of wherewithal with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
The package markjaquith/wherewithal contains the following files
Loading the files please wait ....