kartik-v / yii2-query-filter
Advanced Yii2 query filters via an easy user interface
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2024-10-29 05:22:22 UTC
README
Add ability to your Yii2 application and grids to setup advanced query filters via an easy user interface. Refer the CHANGE LOG for release notes.
Demo
You can see detailed documentation and demos on usage of the extension.
Installation
The preferred way to install this extension is through composer.
Note: Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the
minimum-stability
settings for your application's composer.json.
Either run
$ php composer.phar require kartik-v/yii2-query-filter "dev-master"
or add
"kartik-v/yii2-query-filter": "dev-master"
to the require
section of your composer.json
file.
Usage
License
yii2-query-filter is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.