Libraries tagged by query
aura/sql
2122983 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
lexik/form-filter-bundle
2901913 Downloads
This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.
nilportugues/sql-query-formatter
971346 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
nilportugues/sql-query-builder
226258 Downloads
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
mistic100/jquery-querybuilder
49684 Downloads
jQuery plugin for user friendly query/filter creator
mehradsadeghi/laravel-filter-querystring
98873 Downloads
Filter your queries based on url query string parameters like a breeze.
cerbero/query-filters
254413 Downloads
Filter Laravel Eloquent models based on query parameters.
xpaw/php-source-query-class
160617 Downloads
PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol
xpaw/php-minecraft-query
86988 Downloads
PHP library to query Minecraft servers
unlu/laravel-api-query-builder
691515 Downloads
Laravel API Query Builder Package.
timgws/query-builder-parser
359961 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
spatie/query-string
678863 Downloads
Manipulate query strings
reinink/remember-query-strings
470398 Downloads
Laravel middleware that automatically remembers and restores query strings.
overtrue/laravel-query-logger
263777 Downloads
A dev tool to log all queries for laravel application.
mattiasgeniar/phpunit-query-count-assertions
586788 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).