Libraries tagged by query parameters
mehradsadeghi/laravel-filter-querystring
138780 Downloads
Filter your queries based on url query string parameters like a breeze.
mehdi-fathi/eloquent-filter
205772 Downloads
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
cerbero/query-filters
297073 Downloads
Filter Laravel Eloquent models based on query parameters.
mouf/magic-query
277312 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
eloquent-filter/filter
474 Downloads
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
roots/post-content-to-markdown
2301 Downloads
A WordPress plugin that serves post content as Markdown via Accept headers or query parameters.
jmikola/auto-login-bundle
328616 Downloads
Authenticate users in your Symfony app via a single query parameter (e.g. email and newsletter links).
cetver/yii2-languages-dispatcher
31448 Downloads
Sets the web-application language for the Yii framework 2.0
marcocesarato/sqlparser
48183 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
birgir/geo-query
3018 Downloads
Modify the WP_Query to support the geo_query parameter. Uses the Haversine SQL optimization by Ollie Jones.
fdmind/ignore-query-strings
5299 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.
apfelfrisch/query-filter
8168 Downloads
A Framework agnostic query filter that sorts and filters queries using URL parameters
hgg/parameter-validator
106864 Downloads
Framework for specifying and enforcing rules on key/value pairs
johannesschobel/dingoquerymapper
26840 Downloads
Uses Dingo/API Request Query Parameters to filter Laravel Models
hashemi/queryfilter
1301 Downloads
A simple & dynamic package for your eloquent query in laravel. It will help you to write query logic individual for each parameter.