Libraries tagged by query string
spatie/laravel-paginateroute
156456 Downloads
Laravel outer extension to easily use laravel's paginator without the query string
spatie/elasticsearch-search-string-parser
23683 Downloads
Build Elasticsearch queries based of a query string
bentools/querystring
41366 Downloads
Query String manipulation library. PHP 7.1+. No dependency, immutable, PSR-7 compliant.
ambengers/query-filter
13910 Downloads
Laravel package for filtering resources with request query string
eloquent-filter/filter
331 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.
dsentker/url-signature
44501 Downloads
A secure URI generation and validation library
cekurte/rql
87256 Downloads
A Resource Query Language to PHP
aplus/helpers
1665702 Downloads
Aplus Framework Helpers Library
jstayton/miner
12384 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
zofe/burp
195774 Downloads
Simple PHP router that works with query-string and uri-segments, laravel filter system
michaloravec/laravel-paginateroute
16286 Downloads
Laravel outer extension to easily use laravel's paginator without the query string
infinitypaul/laravel-database-filter
47457 Downloads
Need to filter database results with a query string? Here's a beautiful, easy to extend laravel package to keep your code super tidy.
daveismyname/laravel-filters
62899 Downloads
Save and reuse query string based filters
crankycyclops/m2-module-discount-code-url
13464 Downloads
Allows discount codes to be applied to a browser session automatically via a query string or URL path.
marcocesarato/sqlparser
45652 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.